summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-arm-instructions.s
Commit message (Expand)AuthorAge
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-13
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-26
* Fix treatment of ARM unallocated hint instructions.Quentin Colombet2013-04-17
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-12
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-27
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-23
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-09
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-27
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* Specify cpu to unbreak tests.Evan Cheng2012-04-26
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-30
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-29
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* ARM assembly shifts by zero should be plain 'mov' instructions.Jim Grosbach2011-12-20
* ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach2011-12-14
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-13
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-13
* ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach2011-12-09
* ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".Jim Grosbach2011-12-08
* ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.Jim Grosbach2011-12-07
* ARM mode 'mul' operand ordering tweak.Jim Grosbach2011-12-06
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-16
* ARM assembly parsing two operand forms for shift instructions.Jim Grosbach2011-11-15
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-15
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-10
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-10
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-20
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-20
* ARM encoding tests for STC.Jim Grosbach2011-10-12
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-12
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-11
* Tidy up.Jim Grosbach2011-09-20
* Tidy up a bit.Jim Grosbach2011-09-19
* Remove FIXME. TBB/TBH are Thumb mode only instructions.Jim Grosbach2011-09-19
* Fix comment.Jim Grosbach2011-09-16
* Add some missing 'CHECK' lines and tidy up others.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach2011-09-14
* Tidy up formatting a bit.Jim Grosbach2011-09-09
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-01
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-29
* Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson2011-08-29
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-26
* Correct encoding of BL with immediate offset.Owen Anderson2011-08-26
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-26
* Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.Owen Anderson2011-08-15
* Fix tests per now-correct encoding as of r137371.Jim Grosbach2011-08-11
* ARM STR(immediate) assembly parsing and encoding.Jim Grosbach2011-08-11