[PATCH] D137619: [AArch64][SVE2] Add the SVE2.1 permute vector elements (quadword) instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 01:21:17 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:

zipq1 : Interleave elements from low halves of each pair of quadword vector segments
zipq2 : Interleave elements from high halves of each pair of quadword vector segments
uzpq1 : Concatenate even elements within each pair of quadword vector segments
uzpq2 : Concatenate odd elements within each pair of quadword vector segments
tblq  : Programmable table lookup within each quadword vector segment (zeroing)

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137619

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/tblq-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/tblq.s
  llvm/test/MC/AArch64/SVE2p1/uzpq1-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/uzpq1.s
  llvm/test/MC/AArch64/SVE2p1/uzpq2-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/uzpq2.s
  llvm/test/MC/AArch64/SVE2p1/zipq1-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/zipq1.s
  llvm/test/MC/AArch64/SVE2p1/zipq2-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/zipq2.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137619.473915.patch
Type: text/x-patch
Size: 32647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221108/65753bee/attachment.bin>


More information about the llvm-commits mailing list