aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrNEON.td
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add missing two-operand VBIC aliases.Jim Grosbach2012-05-021-0/+2
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-271-4/+4
* Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover2012-04-261-56/+59
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-231-18/+18
* ARM: VSLI two-operand assmebly aliases are tblgen'erated.Jim Grosbach2012-04-231-19/+0
* ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.Jim Grosbach2012-04-231-58/+4
* ARM: vqdmulh two-operand aliases are tblgen'erated now.Jim Grosbach2012-04-231-11/+0
* ARM: tblgen'erate more NEON two-operand aliases.Jim Grosbach2012-04-201-39/+12
* ARM: tblgen'erate more NEON two-operand aliases.Jim Grosbach2012-04-201-153/+4
* ARM: Update NEON assembly two-operand aliases.Jim Grosbach2012-04-201-304/+14
* Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy2012-04-171-8/+44
* ARM two-operand forms for vhadd and vhsub instructions.Jim Grosbach2012-04-161-0/+62
* ARM assembly two-operand forms for VRSHL.Jim Grosbach2012-04-161-1/+36
* ARM two-operand aliases for VRHADD instructions.Jim Grosbach2012-04-161-0/+32
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-111-1/+3
* ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-111-1/+3
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-111-2/+8
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-111-14/+14
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-111-5/+4
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-101-0/+8
* ARM assembly aliases for two-operand V[R]SHR instructions.Jim Grosbach2012-04-051-5/+36
* ARM encoding for VSWP got the second operand incorrect.Jim Grosbach2012-03-301-4/+4
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-281-4/+4
* Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton2012-03-281-21/+13
* ARM more NEON VLD/VST composite physical register refactoring.Jim Grosbach2012-03-061-11/+11
* ARM refactor more NEON VLD/VST instructions to use composite physregsJim Grosbach2012-03-061-51/+27
* ARM Refactor VLD/VST spaced pair instructions.Jim Grosbach2012-03-051-16/+16
* ARM Remove a bit of dead code.Jim Grosbach2012-03-051-9/+0
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-051-75/+29
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-051-12/+12
* ARM vbit/vbif/vbsl assembly optional size suffix.Jim Grosbach2012-02-281-0/+14
* Improve generated code for extending loads and some trunc stores on ARM.James Molloy2012-02-201-0/+111
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Third time's the charm...?Lang Hames2012-02-141-2/+2
* Unswap swap operands, partially reducing confusion.Lang Hames2012-02-141-2/+2
* Make operands for VSWP read-modify-write.Lang Hames2012-02-131-4/+6
* NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach2012-01-251-0/+78
* Tidy up. Rename VLD4DUP patterns for consistency.Jim Grosbach2012-01-241-6/+6
* NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach2012-01-241-6/+85
* NEON VST4(one lane) assembly parsing and encoding.Jim Grosbach2012-01-241-0/+49
* NEON VLD4(one lane) assembly parsing and encoding.Jim Grosbach2012-01-241-0/+100
* NEON Two-operand assembly aliases for VSRA.Jim Grosbach2012-01-241-0/+39
* NEON Two-operand assembly aliases for VSLI.Jim Grosbach2012-01-241-0/+19
* NEON Two-operand assembly aliases for VSRI.Jim Grosbach2012-01-241-0/+19
* NEON add correct predicates for some asm aliases.Jim Grosbach2012-01-241-18/+18
* NEON VST4(multiple 4 element structures) assembly parsing.Jim Grosbach2012-01-241-0/+60
* NEON VLD4(multiple 4 element structures) assembly parsing.Jim Grosbach2012-01-241-0/+68
* Fix typo.Jim Grosbach2012-01-241-2/+2
* NEON VST3(single element from one lane) assembly parsing.Jim Grosbach2012-01-241-0/+50
* NEON VST3(multiple 3-element structures) assembly parsing.Jim Grosbach2012-01-231-0/+59