[PATCH] D61906: [AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 08:40:12 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, ostannard, rovka.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D61903: [AArch64][SVE2] Asm: implement CDOT instruction.

This patch adds support for the indexed and unpredicated vectors forms
of the CMLA and SQRDCMLAH instructions.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D61906

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61906.199459.patch
Type: text/x-patch
Size: 23116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/bbdc86e1/attachment.bin>


More information about the llvm-commits mailing list