aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/thumb2.s
Commit message (Expand)AuthorAgeFilesLines
* ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach2011-06-281-0/+20
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-271-0/+16
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-05-311-0/+2
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-241-0/+16
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-181-0/+25
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-141-0/+7
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-071-9/+34
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-261-0/+13
* 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
* Add cdp/cdp2 instructions for thumb/thumb2Bruno Cardoso Lopes2011-01-201-0/+3
* Add mcr*2 and mr*c2 support to thumb2 targetsBruno Cardoso Lopes2011-01-201-0/+13
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-181-0/+13
* Fix MRS encoding for arm and thumb.Bruno Cardoso Lopes2011-01-181-1/+2
* Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes2011-01-181-0/+2
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-181-0/+3
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-301-0/+32
* Correct Thumb2 encodings for a much wider range of loads and stores.Owen Anderson2010-11-301-0/+15
* Provide Thumb2 encodings for basic loads and stores.Owen Anderson2010-11-291-1/+14
* More tests.Owen Anderson2010-11-181-0/+1
* Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...Owen Anderson2010-11-181-14/+20
* More Thumb2 encodings.Owen Anderson2010-11-181-0/+24
* Fill out the set of Thumb2 multiplication operator encodings.Owen Anderson2010-11-181-0/+3
* Try again at providing Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-181-0/+5
* Revert r119593 while I figure out my testing disagrees with the buildbot.Owen Anderson2010-11-181-5/+0
* Provide correct Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-181-0/+5
* Second attempt at correct encodings for Thumb2 bitfield instructions.Owen Anderson2010-11-171-0/+11
* Revert r119551, which broke buildbots.Owen Anderson2010-11-171-6/+0
* Provide Thumb2 encodings for bitfield instructions.Owen Anderson2010-11-171-0/+6
* More miscellaneous Thumb2 encodings.Owen Anderson2010-11-171-0/+4
* Add Thumb2 encodings for mov and friends.Owen Anderson2010-11-161-1/+14
* Provide Thumb2 encodings for sxtb and friends.Owen Anderson2010-11-151-1/+4
* Add Thumb2 encodings for comparison and shift operators.Owen Anderson2010-11-151-1/+12
* Add correct Thumb2 encodings for mvn and friends.Owen Anderson2010-11-151-0/+9
* First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson2010-11-121-0/+14