[PATCH] D136464: [AArch64][SVE2] Add the SVE2.1 signed and unsigned 2-way dot instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 09:37:57 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:

SDOT : Signed integer 2-way dot product indexed and non-indexed
UDOT : Unsigned integer 2-way dot product, indexed and non-indexed

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136464

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/sdot-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/sdot.s
  llvm/test/MC/AArch64/SVE2p1/udot-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/udot.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136464.469660.patch
Type: text/x-patch
Size: 12259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221021/eacf37af/attachment.bin>


More information about the llvm-commits mailing list