[AArch64][SVE2] Asm: support SVE2 store instructions
authorCullen Rhodes <cullen.rhodes@arm.com>
Fri, 31 May 2019 08:59:40 +0000 (08:59 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Fri, 31 May 2019 08:59:40 +0000 (08:59 +0000)
commit2e870011b6202649872c77c7046956166a3b849d
tree7647307147a1c1613f1df8e945732eff4ec84389
parentf317debdb803fad8b0d2d665b5b62775981d488a
[AArch64][SVE2] Asm: support SVE2 store instructions

Summary:
Patch adds support for the following instructions:
    * STNT1B, STNT1H, STNT1S, STNT1D

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest

Reviewed By: chill

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

llvm-svn: 362213
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/stnt1b-diagnostics.s
llvm/test/MC/AArch64/SVE2/stnt1b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/stnt1w.s [new file with mode: 0644]