aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-091-0/+8
* NEON add correct predicates for some asm aliases.Jim Grosbach2012-01-241-0/+9
* Simplify some NEON assembly pseudo definitions.Jim Grosbach2012-01-231-69/+0
* ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns.Jim Grosbach2011-12-221-0/+3
* ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach2011-12-131-0/+6
* ARM VSHR implied destination operand form aliases.Jim Grosbach2011-12-081-0/+8
* ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach2011-12-071-67/+8
* ARM Implement ARM ARM Table A7-3 via TokenAlias.Jim Grosbach2011-12-071-0/+20
* ARM assembly parsing for the rest of the VMUL data type aliases.Jim Grosbach2011-12-051-1/+1
* ARM assmebler parsing for two-operand VMUL instructions.Jim Grosbach2011-12-051-0/+2
* ARM VLD1 single lane assembly parsing.Jim Grosbach2011-12-021-2/+2
* Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.Jim Grosbach2011-12-021-15/+92
* ARM assembly parsing for data type suffices on NEON VMOV aliases.Jim Grosbach2011-11-151-0/+17
* Split out the plain '.{8|16|32|64}' suffix handling.Jim Grosbach2011-11-141-8/+24
* ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach2011-11-141-1/+20
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-141-0/+2
* ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach2011-11-141-0/+19
* ARM refactor simple immediate asm operand render methods.Jim Grosbach2011-11-121-2/+2
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-101-7/+13
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-011-0/+20
* Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson2011-10-281-0/+2
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-071-1/+0
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-031-0/+4
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-121-0/+4
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-081-9/+8
* Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach2011-09-081-3/+3
* Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach2011-09-081-6/+36
* Fix Thumb2 decoding of CPS instructions to mirror ARM decoding of the same in...Owen Anderson2011-08-231-1/+0
* Reject invalid imod values in t2CPS instructions.Owen Anderson2011-08-221-0/+1
* Clean up predicates on ARM target instruction aliases.Jim Grosbach2011-08-221-0/+11
* Thumb assembly parsing and encoding for MOV.Jim Grosbach2011-08-191-1/+1
* Tidy up. Tab character.Jim Grosbach2011-08-191-1/+1
* Tab characters.Jim Grosbach2011-08-191-2/+2
* Separate out Thumb1 instructions that need an S bit operand from those that d...Owen Anderson2011-08-161-0/+1
* ARM thumb assembly parsing for arithmetic flag setting instructions.Jim Grosbach2011-08-161-0/+6
* Specify a necessary fixed bit for VLD3DUP, and otherwise rearrange the Thumb2...Owen Anderson2011-08-151-2/+4
* Remove dead classes.Owen Anderson2011-08-151-33/+0
* Update comment to reflect MC target machine refactor.Jim Grosbach2011-08-151-1/+1
* Fix decoding of ARM-mode STRH.Owen Anderson2011-08-121-0/+1
* Tidy up. Remove unused template parameter.Jim Grosbach2011-08-111-1/+1
* ARM STRD assembly parsing and encoding.Jim Grosbach2011-08-111-29/+0
* Continue to tighten decoding by performing more operand validation.Owen Anderson2011-08-111-0/+1
* Add initial support for decoding NEON instructions in Thumb2 mode.Owen Anderson2011-08-101-2/+4
* Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson2011-08-091-0/+14
* Fix broken encodings for the Thumb2 LDRD/STRD instructions.Owen Anderson2011-08-041-0/+21
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-031-38/+7
* Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson2011-07-261-3/+22
* ARM fix for LDREX source register encoding.Jim Grosbach2011-07-261-2/+2
* ARM assembly parsing and encoding for SWP[B] instructions.Jim Grosbach2011-07-261-3/+3