[AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructions
authorCullen Rhodes <cullen.rhodes@arm.com>
Tue, 14 May 2019 15:10:16 +0000 (15:10 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Tue, 14 May 2019 15:10:16 +0000 (15:10 +0000)
commit3b917019a5d6379eec026fb1fbabd4bd9e2bbead
treee1ba35dbac6ec2a52239c7c77285e02af681a47f
parente029da46e6e166ad260d0f46e2743f44ddf82774
[AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructions

Summary:
This patch adds support for the indexed and unpredicated vectors forms of the
SQRDMLAH and SQRDMLSH instructions.

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

Reviewed By: rovka

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

llvm-svn: 360683
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2/sqrdmlah-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/sqrdmlah.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/sqrdmlsh-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/sqrdmlsh.s [new file with mode: 0644]