aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrVFP.td
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Some single-precision VFP instructions can execute in either the VPF or NeonBob Wilson2011-04-191-0/+24
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-291-20/+0
* Pseudo-ize VMOVDcc and VMOVScc.Jim Grosbach2011-03-111-6/+4
* Remove unused conditional negate operations.Bob Wilson2011-03-051-16/+0
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-221-81/+81
* Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng2011-02-161-24/+156
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-181-30/+51
* Fix a comment: We now have intrinsics for vcvtr.Bob Wilson2011-01-111-1/+0
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-3/+3
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-39/+39
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-171-8/+8
* vldm and vstm are mnemonics for vldmia and vstmia resp.Bill Wendling2010-11-161-0/+3
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-161-99/+20
* Add uses of the *_ldst_multi multiclasses. These aren't used yet.Bill Wendling2010-11-131-0/+14
* Convert the modes to lower case.Bill Wendling2010-11-131-8/+8
* Add *_ldst_mult multiclasses to the ARM back-end. These will be used in theBill Wendling2010-11-131-0/+72
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-121-36/+52
* Add "write back" bit encoding.Bill Wendling2010-11-081-8/+16
* Add encoding for VSTR.Bill Wendling2010-11-041-30/+8
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-031-8/+21
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-031-24/+28
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-021-3/+14
* Missed reverting this bit.Bill Wendling2010-11-011-1/+1
* Minor cleanup.Bill Wendling2010-11-011-11/+7
* Move the machine operand MC encoding patterns to the parent classes.Bill Wendling2010-11-011-41/+23
* Move instruction encoding bits into the parent class and remove the temporaryBill Wendling2010-11-011-273/+165
* reapply r117858 with apparent editor malfunction fixed (somehow I Chris Lattner2010-10-311-2/+4
* revert r117858 while I check out a failure I missed.Chris Lattner2010-10-311-4/+2
* the asm matcher can't handle operands with modifiers (like ${foo:bar}).Chris Lattner2010-10-311-2/+4
* Add FIXME.Jim Grosbach2010-10-301-0/+2