]> granicus.if.org Git - clang/commit
Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem).
authorHao Liu <Hao.Liu@arm.com>
Thu, 10 Oct 2013 17:01:49 +0000 (17:01 +0000)
committerHao Liu <Hao.Liu@arm.com>
Thu, 10 Oct 2013 17:01:49 +0000 (17:01 +0000)
commit5610fbdb9c257b0b0c9589f6d6cedb58ec397a30
treed3f0fae451fd7479cef61ea286cb6440f970b997
parent6a6f4ad7d240e096da1ba2821cad3e603165d8e9
Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem).
Including following 14 instructions:
4 ld1 insts: load multiple 1-element structure to sequential 1/2/3/4 registers.
ld2/ld3/ld4: load multiple N-element structure to sequential N registers (N=2,3,4).
4 st1 insts: store multiple 1-element structure from sequential 1/2/3/4 registers.
st2/st3/st4: store multiple N-element structure from sequential N registers (N = 2,3,4).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192362 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/arm_neon.td
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/aarch64-neon-intrinsics.c