[PATCH] D61514: [AArch64][SVE2] Asm: add integer multiply-add/subtract (indexed) instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 08:25:51 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: SjoerdMeijer, sdesmalen, ostannard.
Herald added subscribers: arphaman, kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.

This patch adds support for the following instructions:

  MLA mul-add, writing addend (Zda = Zda +  Zn * Zm[idx])
  MLS mul-sub, writing addend (Zda = Zda + -Zn * Zm[idx])

Predicated forms of these instructions were added in SVE.

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest


Repository:
  rL LLVM

https://reviews.llvm.org/D61514

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE2/mla-diagnostics.s
  test/MC/AArch64/SVE2/mla.s
  test/MC/AArch64/SVE2/mls-diagnostics.s
  test/MC/AArch64/SVE2/mls.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61514.198015.patch
Type: text/x-patch
Size: 11720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190503/04e39862/attachment.bin>


More information about the llvm-commits mailing list