[PATCH] D61936: [AArch64][SVE2] Asm: add integer multiply long instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 02:42:57 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: D61906: [AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions.

Patch adds support for indexed and unpredicated vectors forms of the
following instructions:

- SMULLB, SMULLT, UMULLB, UMULLT, SQDMULLB, SQDMULLT

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


Repository:
  rL LLVM

https://reviews.llvm.org/D61936

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE2/smullb-diagnostics.s
  test/MC/AArch64/SVE2/smullb.s
  test/MC/AArch64/SVE2/smullt-diagnostics.s
  test/MC/AArch64/SVE2/smullt.s
  test/MC/AArch64/SVE2/sqdmullb-diagnostics.s
  test/MC/AArch64/SVE2/sqdmullb.s
  test/MC/AArch64/SVE2/sqdmullt-diagnostics.s
  test/MC/AArch64/SVE2/sqdmullt.s
  test/MC/AArch64/SVE2/umullb-diagnostics.s
  test/MC/AArch64/SVE2/umullb.s
  test/MC/AArch64/SVE2/umullt-diagnostics.s
  test/MC/AArch64/SVE2/umullt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61936.199567.patch
Type: text/x-patch
Size: 39555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/acb04482/attachment.bin>


More information about the llvm-commits mailing list