aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/basic-thumb-instructions.s
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-031-2/+2
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-021-10/+0
* ARM add missing Thumb1 two-operand aliases for shift-by-immediate.Jim Grosbach2012-04-111-0/+18
* ARM assembly aliases for add negative immediates using sub.Jim Grosbach2012-04-051-0/+4
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-101-0/+2
* Fix encoding for tBcc with immediate offset operand.Owen Anderson2011-08-311-0/+4
* Run the Thumb1 parser tests in Thumb2 mode, as well.Jim Grosbach2011-08-311-9/+5
* Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...Owen Anderson2011-08-311-0/+9
* Tweak Thumb1 ADD encoding selection a bit.Jim Grosbach2011-08-311-1/+3
* Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...Owen Anderson2011-08-301-1/+4
* Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...Owen Anderson2011-08-301-1/+4
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-261-1/+2
* Thumb parsing and encoding for SUB (SP minu immediate).Jim Grosbach2011-08-241-4/+6
* Thumb parsing and encoding support for ADD SP instructions.Jim Grosbach2011-08-241-2/+20
* Thumb parsing and encoding for WFE, WFI and YIELD.Jim Grosbach2011-08-231-0/+12
* Thumb parsing and encoding for UXTB and UXTH.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for TST.Jim Grosbach2011-08-231-0/+8
* Thumb parsing and encoding for SXTB and SXTH.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for SVC.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for SUB.Jim Grosbach2011-08-231-0/+28
* Thumb parsing and encoding for STRH.Jim Grosbach2011-08-231-0/+20
* Thumb parsing and encoding for STRB.Jim Grosbach2011-08-231-0/+20
* Thumb parsing and encoding for tSTRspi.Jim Grosbach2011-08-231-0/+8
* Thumb parsing and encoding for STR.Jim Grosbach2011-08-231-0/+22
* Thumb parsing and encoding for STM.Jim Grosbach2011-08-231-0/+10
* Thumb parsing and encoding for SETEND.Jim Grosbach2011-08-221-0/+10
* Thumb parsing and encoding for SBC.Jim Grosbach2011-08-221-1/+9
* Thumb parsing and encoding for RSB.Jim Grosbach2011-08-221-0/+8
* Thumb parsing and encoding for ROR.Jim Grosbach2011-08-221-0/+8
* Thumb parsing and encoding for REV/REV16/REVSH.Jim Grosbach2011-08-221-0/+12
* Thumb parsing and encoding for PUSH.Jim Grosbach2011-08-221-0/+8
* Thumb assembly parsing and encoding for POP.Jim Grosbach2011-08-221-0/+8
* Thumb assembly parsing and encoding for ORR.Jim Grosbach2011-08-221-0/+8
* Thumb parsing and encoding support for NOP.Jim Grosbach2011-08-191-0/+8
* Thumb assembly parsing and encoding for NEG.Jim Grosbach2011-08-191-0/+8
* Thumb assembly parsing and encoding for MVN.Jim Grosbach2011-08-191-0/+8
* Thumb assembly parsing and encoding for MUL.Jim Grosbach2011-08-191-0/+10
* Add FIXME.Jim Grosbach2011-08-191-0/+3
* Thumb assembly parsing and encoding for MOV.Jim Grosbach2011-08-191-0/+22
* Thumb assembly parsing and encoding for LSR.Jim Grosbach2011-08-191-0/+18
* Thumb assembly parsing and encoding for LSL(register).Jim Grosbach2011-08-191-0/+8
* Thumb assembly parsing and encoding for LSL(immediate).Jim Grosbach2011-08-191-0/+10
* Thumb assembly parsing and encoding for LDRSB and LDRSH.Jim Grosbach2011-08-191-0/+10
* Thumb assembly parsing and encoding for LDRH.Jim Grosbach2011-08-191-0/+20
* Thumb assembly parsing and encoding for LDRB.Jim Grosbach2011-08-191-0/+20
* Thumb assembly parsing and encoding for LDR(register).Jim Grosbach2011-08-191-0/+8
* Thumb assembly parsing and encoding for LDR(literal).Jim Grosbach2011-08-191-0/+8
* Thumb assembly parsing and encoding for LDR(immediate) form T2.Jim Grosbach2011-08-191-0/+7
* Thumb assembly parsing and encoding for LDR(immediate) form T1.Jim Grosbach2011-08-191-0/+13
* Thumb assembly parsing and encoding for LDM instruction.Jim Grosbach2011-08-181-0/+12