summaryrefslogtreecommitdiff
path: root/test/MC/AArch64/neon-scalar-saturating-rounding-shift.s
AgeCommit message (Collapse)AuthorFilesLines
2014-04-24AArch64/ARM64: run AArch64 NEON MC tests through ARM64 too.Tim Northover1-0/+1
This skips a couple of compare ones due to the different syntaxt for floating-point 0.0. AArch64 does it more canonically, and we'll need to fiddle ARM64 to make it work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207119 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-24Initial support for Neon scalar instructions.Jiangning Liu1-0/+28
Patch by Ana Pazos. 1.Added support for v1ix and v1fx types. 2.Added Scalar Pairwise Reduce instructions. 3.Added initial implementation of Scalar Arithmetic instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191263 91177308-0d34-0410-b5e6-96231b3b80d8