[PATCH] D62129: [AArch64][SVE2] Asm: add integer unary instructions (predicated)
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 02:57:52 PDT 2019
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62128: [AArch64][SVE2] Asm: add integer pairwise arithmetic instructions.
Patch adds support for the following instructions:
- URECPE, URSQRTE, SQABS, SQNEG
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Repository:
rL LLVM
https://reviews.llvm.org/D62129
Files:
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE2/sqabs-diagnostics.s
test/MC/AArch64/SVE2/sqabs.s
test/MC/AArch64/SVE2/sqneg-diagnostics.s
test/MC/AArch64/SVE2/sqneg.s
test/MC/AArch64/SVE2/urecpe-diagnostics.s
test/MC/AArch64/SVE2/urecpe.s
test/MC/AArch64/SVE2/ursqrte-diagnostics.s
test/MC/AArch64/SVE2/ursqrte.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62129.200228.patch
Type: text/x-patch
Size: 15823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/d2df1f84/attachment.bin>
More information about the llvm-commits
mailing list