summaryrefslogtreecommitdiff
path: root/test/MC/ARM/simple-fp-encoding.s
Commit message (Expand)AuthorAge
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-11
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-31
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-10
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-09
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-09
* ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach2012-04-20
* Tidy up. Formatting.Jim Grosbach2012-04-20
* ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach2012-03-16
* ARM case-insensitive checking for APSR_nzcv.Jim Grosbach2012-03-15
* Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls2012-03-15
* NEON use vmov.i32 to splat some f32 values into vectors.Jim Grosbach2012-01-20
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-22
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-21
* ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach2011-11-15
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-15
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach2011-11-11
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-11
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-03
* ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach2011-10-03
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-03
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-29
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-29
* Do AsmMatcher operand classification per-opcode.Jim Grosbach2011-02-10
* Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes2011-01-26
* When matching asm operands, always try to match the most restricted type first.Owen Anderson2011-01-18
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-18
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* Add encoding for VSTR.Bill Wendling2010-11-04
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-03
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-02
* Use ARM-style comments.Bill Wendling2010-11-01
* Mark ARM subtarget features that are available for the assembler.Jim Grosbach2010-11-01
* Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling2010-10-29