llvm-mirror/include
Hao Liu 0ff11c9c71 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).

llvm-svn: 192352
2013-10-10 15:01:24 +00:00
..
llvm Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). 2013-10-10 15:01:24 +00:00
llvm-c Revert "llvm-c: Make target initializer functions external functions in lib." 2013-10-09 23:15:49 +00:00