aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/basic-arm-instructions.s
Commit message (Expand)AuthorAgeFilesLines
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-101-2/+33
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-101-1/+8
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-201-18/+18
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-201-18/+18
* ARM encoding tests for STC.Jim Grosbach2011-10-121-0/+85
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-121-0/+4
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-111-0/+81
* Tidy up.Jim Grosbach2011-09-201-1/+3
* Tidy up a bit.Jim Grosbach2011-09-191-30/+31
* Remove FIXME. TBB/TBH are Thumb mode only instructions.Jim Grosbach2011-09-191-5/+0
* Fix comment.Jim Grosbach2011-09-161-1/+1
* Add some missing 'CHECK' lines and tidy up others.Jim Grosbach2011-09-151-74/+38
* Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach2011-09-141-2/+2
* Tidy up formatting a bit.Jim Grosbach2011-09-091-261/+258
* ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.Jim Grosbach2011-09-011-0/+2
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-291-0/+8
* Add support for parsing #-0 on non-memory-operand immediate values, and add a...Owen Anderson2011-08-291-0/+8
* Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...Owen Anderson2011-08-261-1/+4
* Correct encoding of BL with immediate offset.Owen Anderson2011-08-261-0/+2
* Support an extension of ARM asm syntax to allow immediate operands to ADR ins...Owen Anderson2011-08-261-0/+4
* Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.Owen Anderson2011-08-151-2/+2
* Fix tests per now-correct encoding as of r137371.Jim Grosbach2011-08-111-2/+2
* ARM STR(immediate) assembly parsing and encoding.Jim Grosbach2011-08-111-3/+0
* ARM push of a single register encodes as pre-indexed STR.Jim Grosbach2011-08-111-2/+1
* ARM pop of a single register encodes as post-indexed LDR.Jim Grosbach2011-08-111-5/+1
* ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach2011-07-291-2/+47
* ARM assembly parsing and encoding for RFE instruction.Jim Grosbach2011-07-291-0/+50
* ARM update tests for CPS instruction.Jim Grosbach2011-07-291-0/+13
* CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.Jim Grosbach2011-07-281-4/+0
* ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach2011-07-281-1/+3
* Remove obsolete FIXME reference in comment.Jim Grosbach2011-07-281-1/+1
* ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach2011-07-281-2/+24
* ARM parsing and encoding for ADR.Jim Grosbach2011-07-281-1/+13
* Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach2011-07-281-0/+16
* ARM parsing and encoding tests.Jim Grosbach2011-07-281-0/+112
* ARM assembly parsing and encoding for USUB16 and USUB8.Jim Grosbach2011-07-271-0/+13
* ARM assembly parsing and encoding for USAX.Jim Grosbach2011-07-271-0/+11
* Clean up tabs.Jim Grosbach2011-07-271-16/+16
* ARM assembly parsing and encoding support for USAT and USAT16.Jim Grosbach2011-07-271-0/+26
* ARM assembly parsing and encoding tests for USAD8 and USADA8.Jim Grosbach2011-07-271-0/+14
* ARM assembly parsing and encoding tests for UQSUB16 and UQSUB8.Jim Grosbach2011-07-271-0/+13
* Fix comment copy/paste-o.Jim Grosbach2011-07-271-1/+1
* ARM assembly parsing and encoding tests for UQASX and UQSAX.Jim Grosbach2011-07-271-0/+21
* ARM assembly parsing and encoding tests for UQADD16 and UQADD8.Jim Grosbach2011-07-271-0/+15
* ARM assembly parsing and encoding for UMULL.Jim Grosbach2011-07-271-0/+14
* ARM assembly parsing and encoding for UMLAL.Jim Grosbach2011-07-271-0/+13
* ARM assembly parsing and encoding tests for UMAAL.Jim Grosbach2011-07-271-0/+11
* ARM assembly parsing and encoding tests for UHSUB16 and UHSUB8.Jim Grosbach2011-07-271-0/+12
* ARM assembly parsing and encoding tests for UHADD16, UHADD8 and UHASX.Jim Grosbach2011-07-271-0/+26
* ARM parsing and encoding of SBFX and UBFX.Jim Grosbach2011-07-271-0/+18