OSDN Git Service

[AArch64][SVE] Asm: Support for contiguous, non-faulting LDNF1 (scalar+imm) load...
authorSander de Smalen <sander.desmalen@arm.com>
Mon, 23 Apr 2018 12:43:19 +0000 (12:43 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Mon, 23 Apr 2018 12:43:19 +0000 (12:43 +0000)
commit5f9640830bd0f3be5c963da921b354e1c240e04a
tree1bd05d24d0c4f3f884dc5a20d373440e73e4b8bc
parent73211421076a8a9b0fb4cfa5709c5249cb3ac5c5
[AArch64][SVE] Asm: Support for contiguous, non-faulting LDNF1 (scalar+imm) load instructions

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

Reviewed By: rengolin

Subscribers: tschuett, kristof.beyls, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330583 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/ldnf1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1w.s [new file with mode: 0644]