aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrVFP.td
Commit message (Expand)AuthorAgeFilesLines
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-271-20/+21
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-231-6/+6
* ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach2012-04-201-16/+8
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-111-2/+42
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-111-32/+32
* Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng2012-04-111-0/+8
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-101-0/+8
* ARM divided syntax fmrx/fmxr mnemonics.Jim Grosbach2012-03-161-0/+2
* ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach2012-03-161-0/+4
* ARM case-insensitive checking for APSR_nzcv.Jim Grosbach2012-03-151-1/+1
* ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.Jim Grosbach2012-03-151-0/+5
* Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls2012-03-151-16/+38
* Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames2012-03-061-5/+5
* ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach2012-03-051-0/+8
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-051-16/+16
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-221-16/+121
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-221-16/+32
* Remove some bogus comments.Jim Grosbach2011-12-221-36/+18
* ARM pre-UAL aliases. fcmp[sd].Jim Grosbach2011-12-221-0/+2
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-211-3/+11
* ARM VFP pre-UAL mnemonic aliases for fmul[sd].Jim Grosbach2011-12-191-0/+1
* ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].Jim Grosbach2011-12-191-0/+4
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-131-0/+2
* ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-131-0/+2
* ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach2011-12-131-3/+0
* ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-101-0/+20
* ARM add some pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach2011-12-091-6/+17
* ARM convenience aliases for VSQRT.Jim Grosbach2011-12-081-0/+6
* ARM VFP support 'fmrs/fmsr' aliases for 'vldr'Jim Grosbach2011-12-081-0/+2
* ARM VFP support 'flds/fldd' aliases for 'vldr'Jim Grosbach2011-12-081-0/+6
* ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach2011-12-071-8/+8
* ARM VFP assembly parsing for VADD and VSUB two-operand forms.Jim Grosbach2011-11-151-0/+10
* ARM size suffix on VFP single-precision 'vmov' is optional.Jim Grosbach2011-11-151-0/+5
* ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach2011-11-151-0/+11
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-151-0/+6
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-141-18/+9
* ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach2011-11-141-0/+9
* ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach2011-11-111-0/+9
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-031-0/+8
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-031-0/+7
* ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach2011-09-301-30/+26
* Add missing encoding information for some of the GPR<->FP register moves.Owen Anderson2011-08-291-2/+23
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-221-8/+8
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-221-0/+3
* Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...Owen Anderson2011-08-021-6/+8
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-131-2/+2
* The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich2011-07-071-1/+1
* ARM assembler support for vpush/vpop.Jim Grosbach2011-06-271-0/+9
* Clean up a few 80 column violations.Jim Grosbach2011-06-131-4/+8