[PATCH] D62304: [AArch64][SVE2] Asm: support SVE2 Misc Group
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 06:03:19 PDT 2019
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, rovka, SjoerdMeijer, chill.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62206: [AArch64][SVE2] Asm: support SVE2 String Processing Group.
Patch adds support for the following instructions:
SVE2 bitwise exclusive-or interleaved:
- EORBT, EORTB
SVE2 bitwise permute:
- BEXT, BDEP, BGRP
SVE2 bitwise shift left long:
- SSHLLB, SSHLLT, USHLLB, USHLLT
SVE2 integer add/subtract interleaved long:
- SADDLBT, SSUBLBT, SSUBLTB
BDEP, BEXT and BGRP are enabled with SVE2 feature +bitperm, all other
instructions in this group are enabled with +sve2.
Repository:
rL LLVM
https://reviews.llvm.org/D62304
Files:
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE2/bdep-diagnostics.s
test/MC/AArch64/SVE2/bdep.s
test/MC/AArch64/SVE2/bext-diagnostics.s
test/MC/AArch64/SVE2/bext.s
test/MC/AArch64/SVE2/bgrp-diagnostics.s
test/MC/AArch64/SVE2/bgrp.s
test/MC/AArch64/SVE2/eorbt-diagnostics.s
test/MC/AArch64/SVE2/eorbt.s
test/MC/AArch64/SVE2/eortb-diagnostics.s
test/MC/AArch64/SVE2/eortb.s
test/MC/AArch64/SVE2/saddlbt-diagnostics.s
test/MC/AArch64/SVE2/saddlbt.s
test/MC/AArch64/SVE2/sshllb-diagnostics.s
test/MC/AArch64/SVE2/sshllb.s
test/MC/AArch64/SVE2/sshllt-diagnostics.s
test/MC/AArch64/SVE2/sshllt.s
test/MC/AArch64/SVE2/ssublbt-diagnostics.s
test/MC/AArch64/SVE2/ssublbt.s
test/MC/AArch64/SVE2/ssubltb-diagnostics.s
test/MC/AArch64/SVE2/ssubltb.s
test/MC/AArch64/SVE2/ushllb-diagnostics.s
test/MC/AArch64/SVE2/ushllb.s
test/MC/AArch64/SVE2/ushllt-diagnostics.s
test/MC/AArch64/SVE2/ushllt.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62304.200940.patch
Type: text/x-patch
Size: 47765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/4f0ec325/attachment-0001.bin>
More information about the llvm-commits
mailing list