aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrVFP.td
AgeCommit message (Expand)Author
2012-03-16ARM divided syntax fmrx/fmxr mnemonics.Jim Grosbach
2012-03-16ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach
2012-03-15ARM case-insensitive checking for APSR_nzcv.Jim Grosbach
2012-03-15ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.Jim Grosbach
2012-03-15Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls
2012-03-06Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames
2012-03-05ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach
2012-03-05updated patch for the ARM fused multiply add/subSebastian Pop
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-22Add fused multiple+add instructions from VFPv4.Anton Korobeynikov
2011-12-22ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach
2011-12-22Remove some bogus comments.Jim Grosbach
2011-12-22ARM pre-UAL aliases. fcmp[sd].Jim Grosbach
2011-12-21ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach
2011-12-19ARM VFP pre-UAL mnemonic aliases for fmul[sd].Jim Grosbach
2011-12-19ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].Jim Grosbach
2011-12-13ARM NEON two-operand aliases for VQDMULH.Jim Grosbach
2011-12-13ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-13ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach
2011-12-10ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-09ARM add some pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-08ARM convenience aliases for VSQRT.Jim Grosbach
2011-12-08ARM VFP support 'fmrs/fmsr' aliases for 'vldr'Jim Grosbach
2011-12-08ARM VFP support 'flds/fldd' aliases for 'vldr'Jim Grosbach
2011-12-07ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach
2011-11-15ARM VFP assembly parsing for VADD and VSUB two-operand forms.Jim Grosbach
2011-11-15ARM size suffix on VFP single-precision 'vmov' is optional.Jim Grosbach
2011-11-15ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach
2011-11-15ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-11-14ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach
2011-11-11ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach
2011-10-03ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach
2011-10-03ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach
2011-09-30ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach
2011-08-29Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson
2011-08-22Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson
2011-08-22Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson
2011-08-02Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...Owen Anderson
2011-07-13Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson
2011-07-07The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich
2011-06-27ARM assembler support for vpush/vpop.Jim Grosbach
2011-06-13Clean up a few 80 column violations.Jim Grosbach
2011-04-19Some single-precision VFP instructions can execute in either the VPF or NeonBob Wilson
2011-03-29Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson
2011-03-11Pseudo-ize VMOVDcc and VMOVScc.Jim Grosbach
2011-03-05Remove unused conditional negate operations.Bob Wilson
2011-02-22VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng
2011-02-16Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng
2011-01-18Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes