aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/arm_instructions.s
Commit message (Expand)AuthorAgeFilesLines
* 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
* add simple support for addrmode5 operands, allowingChris Lattner2010-10-291-0/+4
* most simple arm instructions match correctly now,Chris Lattner2010-10-281-0/+5
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-281-1/+6
* move ARM MC tests up one level.Chris Lattner2010-10-021-0/+8