summaryrefslogtreecommitdiff
path: root/test/MC/AArch64/neon-3vdiff.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-11-19implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ↵Kevin Qin1-0/+4
integer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195072 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-12[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier1-1/+1
copy in MC layer. Added the MC layer tests. Fixed triple setting in test cases. Patch by Ana Pazos <apazos@codeaurora.org>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194501 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-09Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the ↵Jiangning Liu1-0/+411
following 26 instructions, SADDL, UADDL, SADDW, UADDW, SSUBL, USUBL, SSUBW, USUBW, ADDHN, RADDHN, SABAL, UABAL, SUBHN, RSUBHN, SABDL, UABDL, SMLAL, UMLAL, SMLSL, UMLSL, SQDMLAL, SQDMLSL, SMULL, UMULL, SQDMULL, PMULL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190288 91177308-0d34-0410-b5e6-96231b3b80d8