OSDN Git Service

[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)
commit83cd5098e06ea310ec84df80bffa5b3e41635610
tree4cf70c2c448113dc6f8dab95143001b51ad4069a
parenta9104c62a071d641b58f3c059400487fe4e200b8
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330565 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/st2b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2w.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3w.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4w.s [new file with mode: 0644]