This patch adds support for the indexed and unpredicated vectors forms
of the CMLA and SQRDCMLAH instructions.
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Paths
| Differential D61906
[AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions ClosedPublic Authored by c-rhodes on May 14 2019, 8:39 AM.
Details
Summary This patch adds support for the indexed and unpredicated vectors forms The specification can be found here:
Diff Detail
Event Timelinec-rhodes added a parent revision: D61903: [AArch64][SVE2] Asm: implement CDOT instruction.May 14 2019, 8:39 AM This revision is now accepted and ready to land.May 14 2019, 11:59 PM c-rhodes added a child revision: D61936: [AArch64][SVE2] Asm: add integer multiply long instructions.May 15 2019, 2:42 AM Closed by commit rL360871: [AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions (authored by c-rhodes). · Explain WhyMay 16 2019, 2:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 199773 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE2/cmla-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/cmla.s
llvm/trunk/test/MC/AArch64/SVE2/sqrdcmlah-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/sqrdcmlah.s
|