[PATCH] D135676: [AArch64]SME2 Multi-vector ternary indexed DOT and FMLA instructions

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 07:42:46 PDT 2022


CarolineConcatto created this revision.
Herald added subscribers: wenlei, arphaman, 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 following instructions
FMLA, FMLS
FDOT, BFDOT, BFVDOT FVDOT
SDOT,SUDOT, SUVDOT, UDOY, USDOT,USVDOT

For the multi-vec ternary indexed with 2 and 4 ZA single-vectors for
32 and 64 bits according to the instruction

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/D135676

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/bfdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/bfdot.s
  llvm/test/MC/AArch64/SME2/bfvdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/bfvdot.s
  llvm/test/MC/AArch64/SME2/fdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/fdot.s
  llvm/test/MC/AArch64/SME2/fmla.s
  llvm/test/MC/AArch64/SME2/fmls.s
  llvm/test/MC/AArch64/SME2/fvdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/fvdot.s
  llvm/test/MC/AArch64/SME2/sdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/sdot.s
  llvm/test/MC/AArch64/SME2/sudot-diagnostics.s
  llvm/test/MC/AArch64/SME2/sudot.s
  llvm/test/MC/AArch64/SME2/suvdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/suvdot.s
  llvm/test/MC/AArch64/SME2/svdot.s
  llvm/test/MC/AArch64/SME2/udot-diagnostics.s
  llvm/test/MC/AArch64/SME2/udot.s
  llvm/test/MC/AArch64/SME2/usdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/usdot.s
  llvm/test/MC/AArch64/SME2/uvdot-diagnostics.s
  llvm/test/MC/AArch64/SME2/uvdot.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135676.466814.patch
Type: text/x-patch
Size: 310113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221011/ae8885f8/attachment-0001.bin>


More information about the llvm-commits mailing list