aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/arm_instructions.s
Commit message (Expand)AuthorAgeFilesLines
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-111-0/+3
* Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson2011-10-051-0/+3
* ARM update tests for CPS instruction.Jim Grosbach2011-07-291-9/+0
* Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach2011-07-281-9/+0
* ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach2011-07-261-24/+0
* ARM parsing and encoding tests for SBC instruction.Jim Grosbach2011-07-211-3/+0
* ARM assembly parsing support for RSC instruction.Jim Grosbach2011-07-211-3/+0
* ARM assembly parsing support for RSB instruction.Jim Grosbach2011-07-211-3/+0
* ARM parsing and encodings tests for saturating arithmetic insns.Jim Grosbach2011-07-211-12/+0
* Add parsing/encoding tests for ARM ORR instruction.Jim Grosbach2011-07-201-6/+0
* Consolidate ARM NOP encoding test.Jim Grosbach2011-07-201-11/+0
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-191-39/+0
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-191-3/+0
* Move mr[r]c[2] ARM tests and tidy up a bit.Jim Grosbach2011-07-191-10/+0
* Add some testcases for ARM MLA/MLS instructions.Jim Grosbach2011-07-141-3/+0
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-141-4/+0
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-141-4/+0
* Enable some tests we now handle correctly.Jim Grosbach2011-07-141-18/+9
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-141-44/+0
* ARM ISB assembly parsing tests.Jim Grosbach2011-07-141-2/+0
* ARM ISB instruction assembly parsing.Jim Grosbach2011-07-141-1/+1
* Remove duplicate tests.Jim Grosbach2011-07-141-24/+0
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-131-24/+0
* Shuffle ARM assembly tests a bit.Jim Grosbach2011-07-131-6/+0
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-271-0/+8
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-05-311-0/+3
* Fix PR9762Bruno Cardoso Lopes2011-05-251-0/+3
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-241-0/+25
* Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson2011-03-181-0/+2
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-181-0/+36
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-141-0/+9
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-071-0/+49
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-261-0/+12
* Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes2011-01-211-0/+12
* Add testcases for clz encodingBruno Cardoso Lopes2011-01-201-0/+3
* Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes2011-01-201-0/+2
* - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes2011-01-201-0/+5
* Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes2011-01-191-0/+19
* Fix MRS encoding for arm and thumb.Bruno Cardoso Lopes2011-01-181-0/+2
* Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes2011-01-181-0/+3
* Follow the current hack set and enable the correct parsing of bkpt while in t...Bruno Cardoso Lopes2011-01-181-0/+3
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-181-0/+3
* McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out theDaniel Dunbar2011-01-111-9/+18
* Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby2010-12-151-8/+59
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-091-0/+9
* Add encoding for ARM "trap" instruction.Bill Wendling2010-11-211-0/+4
* Add support for parsing the writeback ("!") token.Bill Wendling2010-11-181-0/+18
* Test encodings for LDM and STM.Bill Wendling2010-11-161-0/+18
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-021-7/+2
* Mark ARM subtarget features that are available for the assembler.Jim Grosbach2010-11-011-1/+1