Implement AArch64 post-index vector load/store multiple N-element structure class...
authorHao Liu <Hao.Liu@arm.com>
Tue, 5 Nov 2013 03:39:32 +0000 (03:39 +0000)
committerHao Liu <Hao.Liu@arm.com>
Tue, 5 Nov 2013 03:39:32 +0000 (03:39 +0000)
commit591c2f738a3e12026ff5504a486d54fc21fb3049
tree6909db3910a1e52022a3166d0b2d7648269f5bc3
parent8263dcdf23bc534405745959c97cbfd562362458
Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post).
Including following 14 instructions:
4 ld1 insts: post-index load multiple 1-element structure to sequential 1/2/3/4 registers.
ld2/ld3/ld4: post-index load multiple N-element structure to sequential N registers (N=2,3,4).
4 st1 insts: post-index store multiple 1-element structure from sequential 1/2/3/4 registers.
st2/st3/st4: post-index store multiple N-element structure from sequential N registers (N = 2,3,4).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrNEON.td
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll [new file with mode: 0644]
test/MC/AArch64/neon-diagnostics.s
test/MC/AArch64/neon-simd-post-ldst-multi-elem.s [new file with mode: 0644]
test/MC/Disassembler/AArch64/neon-instructions.txt