[PATCH] D137554: [AArch64][SVE2] Add the SVE2.1 quadword structured load/store instructions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 07:35:19 PST 2022
david-arm created this revision.
david-arm added reviewers: sdesmalen, aemerson, paulwalker-arm, CarolineConcatto, kmclaughlin.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds the assembly/disassembly for the following instructions:
ld2q : Contiguous load two-quadword structures to two vectors
ld3q : Contiguous load three-quadword structures to three vectors
ld4q : Contiguous load four-quadword structures to four vectors
st2q : Contiguous store two-quadword structures from two vectors
st3q : Contiguous store three-quadword structures to three vectors
st4q : Contiguous store four-quadword structures to four vectors
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137554
Files:
llvm/lib/Target/AArch64/AArch64RegisterInfo.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2p1/ld2q-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/ld2q.s
llvm/test/MC/AArch64/SVE2p1/ld3q-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/ld3q.s
llvm/test/MC/AArch64/SVE2p1/ld4q-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/ld4q.s
llvm/test/MC/AArch64/SVE2p1/st2q-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/st2q.s
llvm/test/MC/AArch64/SVE2p1/st3q-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/st3q.s
llvm/test/MC/AArch64/SVE2p1/st4q-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/st4q.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137554.473664.patch
Type: text/x-patch
Size: 43020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/796060b2/attachment.bin>
More information about the llvm-commits
mailing list