aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/AArch64InstrNEON.td
Commit message (Expand)AuthorAgeFilesLines
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-051-0/+224
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-051-85/+76
* [AArch64] Simplify a few of the instruction patterns. No functional change in...Chad Rosier2013-11-011-109/+60
* [AArch64] Fix assembly string formatting and other coding standard violations.Chad Rosier2013-11-011-190/+118
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+35
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-1/+273
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-301-4/+91
* Optimize concat_vectors(X, undef) -> scalar_to_vector(X).Nadav Rotem2013-10-251-1/+5
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-6/+30
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-181-0/+48
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-171-0/+39
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-161-0/+4
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-161-8/+21
* Fix comment.Chad Rosier2013-10-161-1/+1
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-161-2/+52
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-151-1/+45
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+78
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-111-49/+263
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+126
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-126/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+126
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-081-10/+34
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-081-0/+36
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-071-44/+138
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-0/+125
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-041-32/+830
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-29/+224
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-171-0/+374
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-131-146/+116
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-091-1/+676
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-28/+621
* A minor change for an obvous problem caused by r188451:Hao Liu2013-08-211-1/+1
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-151-0/+145
* AArch64: add initial NEON supportTim Northover2013-08-011-0/+1634