[AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 (scalar+imm) store instru...
authorSander de Smalen <sander.desmalen@arm.com>
Mon, 23 Apr 2018 07:50:35 +0000 (07:50 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Mon, 23 Apr 2018 07:50:35 +0000 (07:50 +0000)
commit1b6d3744229f6953bad081c5b80fce91e4913731
tree2576312d23ac83df4d31c0af5cc06edf5cbc638a
parentbf7190a15470adb31f8df08aa9d61bb2861e7d54
[AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 (scalar+imm) store instructions.

Reviewers: fhahn, rengolin, javed.absar, SjoerdMeijer, t.p.northover, echristo, evandro, huntergr

Reviewed By: rengolin

Subscribers: tschuett, kristof.beyls, llvm-commits

Differential Revision: https://reviews.llvm.org/D45681

llvm-svn: 330565
26 files changed:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/st2b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st2w.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st3w.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/st4w.s [new file with mode: 0644]