]> granicus.if.org Git - llvm/commit
[AArch64][SVE2] Asm: add ext (immediate offset, constructive) instruction
authorCullen Rhodes <cullen.rhodes@arm.com>
Thu, 30 May 2019 08:25:17 +0000 (08:25 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Thu, 30 May 2019 08:25:17 +0000 (08:25 +0000)
commit0e526af55a69ebdf97bc20415e145379e04fa2c7
treef6406c1a39a853857b01170bb2dea674e392b206
parentd2eaad22c71479064285b00a7fde8773c367d457
[AArch64][SVE2] Asm: add ext (immediate offset, constructive) instruction

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

Reviewed By: chill

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362070 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE2/ext-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE2/ext.s [new file with mode: 0644]