summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-thumb-instructions.s
AgeCommit message (Expand)AuthorFilesLines
2014-03-28Add ARM big endian Target (armeb, thumbeb)Christian Pirker1-6/+19
2013-08-09This fixes the Thumb2 CPS assembly syntax.Mihai Popa1-0/+10
2013-08-09Fix assembling of Thumb2 branch instructions.Mihai Popa1-2/+2
2013-07-03This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa1-2/+6
2012-10-30ARM: Better disassembly for pc-relative LDR.Jim Grosbach1-2/+2
2012-05-03Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby1-2/+2
2012-05-02Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton1-10/+0
2012-04-11ARM add missing Thumb1 two-operand aliases for shift-by-immediate.Jim Grosbach1-0/+18
2012-04-05ARM assembly aliases for add negative immediates using sub.Jim Grosbach1-0/+4
2011-11-10Thumb MUL assembly parsing for 3-operand form.Jim Grosbach1-0/+2
2011-08-31Fix encoding for tBcc with immediate offset operand.Owen Anderson1-0/+4
2011-08-31Run the Thumb1 parser tests in Thumb2 mode, as well.Jim Grosbach1-9/+5
2011-08-31Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...Owen Anderson1-0/+9
2011-08-31Tweak Thumb1 ADD encoding selection a bit.Jim Grosbach1-1/+3
2011-08-30Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...Owen Anderson1-1/+4
2011-08-30Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...Owen Anderson1-1/+4
2011-08-26Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson1-1/+2
2011-08-24Thumb parsing and encoding for SUB (SP minu immediate).Jim Grosbach1-4/+6
2011-08-24Thumb parsing and encoding support for ADD SP instructions.Jim Grosbach1-2/+20
2011-08-23Thumb parsing and encoding for WFE, WFI and YIELD.Jim Grosbach1-0/+12
2011-08-23Thumb parsing and encoding for UXTB and UXTH.Jim Grosbach1-0/+10
2011-08-23Thumb parsing and encoding for TST.Jim Grosbach1-0/+8
2011-08-23Thumb parsing and encoding for SXTB and SXTH.Jim Grosbach1-0/+10
2011-08-23Thumb parsing and encoding for SVC.Jim Grosbach1-0/+10
2011-08-23Thumb parsing and encoding for SUB.Jim Grosbach1-0/+28
2011-08-23Thumb parsing and encoding for STRH.Jim Grosbach1-0/+20
2011-08-23Thumb parsing and encoding for STRB.Jim Grosbach1-0/+20
2011-08-23Thumb parsing and encoding for tSTRspi.Jim Grosbach1-0/+8
2011-08-23Thumb parsing and encoding for STR.Jim Grosbach1-0/+22
2011-08-23Thumb parsing and encoding for STM.Jim Grosbach1-0/+10
2011-08-22Thumb parsing and encoding for SETEND.Jim Grosbach1-0/+10
2011-08-22Thumb parsing and encoding for SBC.Jim Grosbach1-1/+9
2011-08-22Thumb parsing and encoding for RSB.Jim Grosbach1-0/+8
2011-08-22Thumb parsing and encoding for ROR.Jim Grosbach1-0/+8
2011-08-22Thumb parsing and encoding for REV/REV16/REVSH.Jim Grosbach1-0/+12
2011-08-22Thumb parsing and encoding for PUSH.Jim Grosbach1-0/+8
2011-08-22Thumb assembly parsing and encoding for POP.Jim Grosbach1-0/+8
2011-08-22Thumb assembly parsing and encoding for ORR.Jim Grosbach1-0/+8
2011-08-19Thumb parsing and encoding support for NOP.Jim Grosbach1-0/+8
2011-08-19Thumb assembly parsing and encoding for NEG.Jim Grosbach1-0/+8
2011-08-19Thumb assembly parsing and encoding for MVN.Jim Grosbach1-0/+8
2011-08-19Thumb assembly parsing and encoding for MUL.Jim Grosbach1-0/+10
2011-08-19Add FIXME.Jim Grosbach1-0/+3
2011-08-19Thumb assembly parsing and encoding for MOV.Jim Grosbach1-0/+22
2011-08-19Thumb assembly parsing and encoding for LSR.Jim Grosbach1-0/+18
2011-08-19Thumb assembly parsing and encoding for LSL(register).Jim Grosbach1-0/+8
2011-08-19Thumb assembly parsing and encoding for LSL(immediate).Jim Grosbach1-0/+10
2011-08-19Thumb assembly parsing and encoding for LDRSB and LDRSH.Jim Grosbach1-0/+10
2011-08-19Thumb assembly parsing and encoding for LDRH.Jim Grosbach1-0/+20
2011-08-19Thumb assembly parsing and encoding for LDRB.Jim Grosbach1-0/+20