Patch adds support for the following instructions:
- URECPE, URSQRTE, SQABS, SQNEG
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Paths
| Differential D62129
[AArch64][SVE2] Asm: add integer unary instructions (predicated) ClosedPublic Authored by c-rhodes on May 20 2019, 2:57 AM.
Details
Summary Patch adds support for the following instructions:
The specification can be found here:
Diff Detail
Event Timelinec-rhodes added a parent revision: D62128: [AArch64][SVE2] Asm: add integer pairwise arithmetic instructions.May 20 2019, 2:57 AM c-rhodes added a child revision: D62130: [AArch64][SVE2] Asm: add saturating add/sub instructions.May 20 2019, 3:00 AM This revision is now accepted and ready to land.May 20 2019, 3:04 AM Closed by commit rL361230: [AArch64][SVE2] Asm: add integer unary instructions (predicated) (authored by c-rhodes). · Explain WhyMay 21 2019, 2:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 200426 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE2/sqabs-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/sqabs.s
llvm/trunk/test/MC/AArch64/SVE2/sqneg-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/sqneg.s
llvm/trunk/test/MC/AArch64/SVE2/urecpe-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/urecpe.s
llvm/trunk/test/MC/AArch64/SVE2/ursqrte-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/ursqrte.s
|