summaryrefslogtreecommitdiff
path: root/test/MC/ARM/arm_instructions.s
AgeCommit message (Expand)AuthorFilesLines
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky1-4/+11
2012-05-11Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga1-0/+3
2011-10-05Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson1-0/+3
2011-07-29ARM update tests for CPS instruction.Jim Grosbach1-9/+0
2011-07-28Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach1-9/+0
2011-07-26ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach1-24/+0
2011-07-21ARM parsing and encoding tests for SBC instruction.Jim Grosbach1-3/+0
2011-07-21ARM assembly parsing support for RSC instruction.Jim Grosbach1-3/+0
2011-07-21ARM assembly parsing support for RSB instruction.Jim Grosbach1-3/+0
2011-07-21ARM parsing and encodings tests for saturating arithmetic insns.Jim Grosbach1-12/+0
2011-07-20Add parsing/encoding tests for ARM ORR instruction.Jim Grosbach1-6/+0
2011-07-20Consolidate ARM NOP encoding test.Jim Grosbach1-11/+0
2011-07-19Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach1-39/+0
2011-07-19ARM assembly parsing of MRS instruction.Jim Grosbach1-3/+0
2011-07-19Move mr[r]c[2] ARM tests and tidy up a bit.Jim Grosbach1-10/+0
2011-07-14Add some testcases for ARM MLA/MLS instructions.Jim Grosbach1-3/+0
2011-07-14ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach1-4/+0
2011-07-14ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach1-4/+0
2011-07-14Enable some tests we now handle correctly.Jim Grosbach1-18/+9
2011-07-14Update ARM Assembly of LDM/STM.Jim Grosbach1-44/+0
2011-07-14ARM ISB assembly parsing tests.Jim Grosbach1-2/+0
2011-07-14ARM ISB instruction assembly parsing.Jim Grosbach1-1/+1
2011-07-14Remove duplicate tests.Jim Grosbach1-24/+0
2011-07-13ARM Assembler support for DMB instruction.Jim Grosbach1-24/+0
2011-07-13Shuffle ARM assembly tests a bit.Jim Grosbach1-6/+0
2011-06-27ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach1-0/+8
2011-05-31Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes1-0/+3
2011-05-25Fix PR9762Bruno Cardoso Lopes1-0/+3
2011-03-24Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes1-0/+25
2011-03-18Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson1-0/+2
2011-02-18Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes1-0/+36
2011-02-14Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes1-0/+9
2011-02-07Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes1-0/+49
2011-01-26fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes1-0/+12
2011-01-21Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes1-0/+12
2011-01-20Add testcases for clz encodingBruno Cardoso Lopes1-0/+3
2011-01-20Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes1-0/+2
2011-01-20- Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes1-0/+5
2011-01-19Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes1-0/+19
2011-01-18Fix MRS encoding for arm and thumb.Bruno Cardoso Lopes1-0/+2
2011-01-18Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes1-0/+3
2011-01-18Follow the current hack set and enable the correct parsing of bkpt while in t...Bruno Cardoso Lopes1-0/+3
2011-01-18Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes1-0/+3
2011-01-11McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out theDaniel Dunbar1-9/+18
2010-12-15Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby1-8/+59
2010-12-09Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby1-0/+9
2010-11-21Add encoding for ARM "trap" instruction.Bill Wendling1-0/+4
2010-11-18Add support for parsing the writeback ("!") token.Bill Wendling1-0/+18
2010-11-16Test encodings for LDM and STM.Bill Wendling1-0/+18
2010-11-02Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling1-7/+2