[PATCH] D61515: [AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructions

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


c-rhodes created this revision.
c-rhodes added reviewers: SjoerdMeijer, sdesmalen, ostannard.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D61514: [AArch64][SVE2] Asm: add integer multiply-add/subtract (indexed) instructions.

This patch adds support for the indexed and unpredicated vectors forms of the
SQRDMLAH and SQRDMLSH instructions.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D61515

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61515.198017.patch
Type: text/x-patch
Size: 14575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190503/b89228a1/attachment.bin>


More information about the llvm-commits mailing list