[PATCH] D61998: [AArch64][SVE2] Asm: add saturating multiply-add interleaved long instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 03:43:10 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka, ostannard.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D61997: [AArch64][SVE2] Asm: add saturating multiply-add long instructions.

Patch adds support for SQDMLALBT and SQDMLSLBT instructions.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D61998

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  test/MC/AArch64/SVE2/sqdmlalbt-diagnostics.s
  test/MC/AArch64/SVE2/sqdmlalbt.s
  test/MC/AArch64/SVE2/sqdmlslbt-diagnostics.s
  test/MC/AArch64/SVE2/sqdmlslbt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61998.199779.patch
Type: text/x-patch
Size: 7539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/26e3a3c3/attachment.bin>


More information about the llvm-commits mailing list