[PATCH] D136689: [AArch64][SVE2] Add the SVE2.1 extract-and-narrow instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 07:51:37 PDT 2022


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

sqcvtn  : Signed saturating extract narrow and interleave
sqcvtun : Signed saturating unsigned extract narrow and interleave
uqcvtn  : Unsigned saturating extract narrow and interleave

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136689

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/sqcvtn-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/sqcvtn.s
  llvm/test/MC/AArch64/SVE2p1/sqcvtun-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/sqcvtun.s
  llvm/test/MC/AArch64/SVE2p1/uqcvtn-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/uqcvtn.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136689.470495.patch
Type: text/x-patch
Size: 12053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221025/6a1ba1e9/attachment.bin>


More information about the llvm-commits mailing list