[PATCH] D137167: [AArch64][SVE2] Add the SVE2.1 ld1q gather & st1q scatter instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 08:44:19 PDT 2022


david-arm created this revision.
david-arm added reviewers: sdesmalen, paulwalker-arm, aemerson, 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:

ld1q : Gather load quadwords
st1q : Scatter store quadwords

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137167

Files:
  llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/ld1q-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ld1q.s
  llvm/test/MC/AArch64/SVE2p1/st1q-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/st1q.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137167.472316.patch
Type: text/x-patch
Size: 10403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221101/8826e8ec/attachment-0001.bin>


More information about the llvm-commits mailing list