[PATCH] D135760: [AArch64]SME2 single-multi and multi-multi INT dot product instructions[part2]

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 04:00:28 PDT 2022


CarolineConcatto created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
CarolineConcatto 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: (4-way, multiple and single vector): Multi-vector signed integer dot-product by vector.
            SDOT (4-way, multiple vectors): Multi-vector signed integer dot-product.
      UDOT: (4-way, multiple and single vector): Multi-vector unsigned integer dot-product by vector.
            (4-way, multiple vectors): Multi-vector unsigned integer dot-product.
  for groups of 2 and 4 ZA registers

The reference can be found here:

  https://developer.arm.com/documentation/ddi0602/2022-09

Depends on: D135563 <https://reviews.llvm.org/D135563>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135760

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/sdot.s
  llvm/test/MC/AArch64/SME2/udot.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135760.467080.patch
Type: text/x-patch
Size: 245918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221012/19e3befc/attachment-0001.bin>


More information about the llvm-commits mailing list