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
Paths
| Differential D61515
[AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructions ClosedPublic Authored by c-rhodes on May 3 2019, 8:31 AM.
Details
Summary This patch adds support for the indexed and unpredicated vectors forms of the The specification can be found here:
Diff Detail Event Timeline
c-rhodes added inline comments.
This revision is now accepted and ready to land.May 14 2019, 1:31 AM Closed by commit rL360683: [AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructions (authored by c-rhodes). · Explain WhyMay 14 2019, 8:09 AM This revision was automatically updated to reflect the committed changes. c-rhodes added a child revision: D61902: [AArch64][SVE2] Asm: add unpredicated integer multiply instructions.May 14 2019, 8:15 AM
Revision Contents
Diff 198017 lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE2/sqrdmlah-diagnostics.s
test/MC/AArch64/SVE2/sqrdmlah.s
test/MC/AArch64/SVE2/sqrdmlsh-diagnostics.s
test/MC/AArch64/SVE2/sqrdmlsh.s
|
Why not "error: Invalid restricted vector register, expected z0.h..z7.h" ?