[PATCH] D62128: [AArch64][SVE2] Asm: add integer pairwise arithmetic instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 02:54:06 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62001: [AArch64][SVE2] Asm: add SADALP and UADALP instructions.

Patch adds support for the following instructions:

  ADDP, SMAXP, UMAXP, SMINP, UMINP

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


Repository:
  rL LLVM

https://reviews.llvm.org/D62128

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  test/MC/AArch64/SVE2/addp-diagnostics.s
  test/MC/AArch64/SVE2/addp.s
  test/MC/AArch64/SVE2/smaxp-diagnostics.s
  test/MC/AArch64/SVE2/smaxp.s
  test/MC/AArch64/SVE2/sminp-diagnostics.s
  test/MC/AArch64/SVE2/sminp.s
  test/MC/AArch64/SVE2/umaxp-diagnostics.s
  test/MC/AArch64/SVE2/umaxp.s
  test/MC/AArch64/SVE2/uminp-diagnostics.s
  test/MC/AArch64/SVE2/uminp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62128.200225.patch
Type: text/x-patch
Size: 21206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/7c26a287/attachment.bin>


More information about the llvm-commits mailing list