[PATCH] D62383: [AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise Group

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 06:07:36 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka, chill.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62382: [AArch64][SVE2] Asm: support SVE2 Floating Point Convert Group.

Patch adds support for the following instructions:

SVE2 floating-point pairwise operations:

- FADDP, FMAXNMP, FMINNMP, FMAXP, FMINP

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


Repository:
  rL LLVM

https://reviews.llvm.org/D62383

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE2/faddp-diagnostics.s
  test/MC/AArch64/SVE2/faddp.s
  test/MC/AArch64/SVE2/fmaxnmp-diagnostics.s
  test/MC/AArch64/SVE2/fmaxnmp.s
  test/MC/AArch64/SVE2/fmaxp-diagnostics.s
  test/MC/AArch64/SVE2/fmaxp.s
  test/MC/AArch64/SVE2/fminnmp-diagnostics.s
  test/MC/AArch64/SVE2/fminnmp.s
  test/MC/AArch64/SVE2/fminp-diagnostics.s
  test/MC/AArch64/SVE2/fminp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62383.201217.patch
Type: text/x-patch
Size: 22440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/24f6517d/attachment.bin>


More information about the llvm-commits mailing list