[PATCH] D62387: [AArch64][SVE2] Asm: support SVE Bitwise Logical - Unpredicated Group

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 06:27:27 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: D62386: [AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add.

Patch adds support for the following instructions:

- EOR3, BSL, BCAX, BSL1N, BSL2N, NBSL, XAR

Aliases for types .B/.H/.S for EOR3 and BCAX have been added, the
preferred disassembly is .D.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D62387

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE2/bcax-diagnostics.s
  test/MC/AArch64/SVE2/bcax.s
  test/MC/AArch64/SVE2/bsl-diagnostics.s
  test/MC/AArch64/SVE2/bsl.s
  test/MC/AArch64/SVE2/bsl1n-diagnostics.s
  test/MC/AArch64/SVE2/bsl1n.s
  test/MC/AArch64/SVE2/bsl2n-diagnostics.s
  test/MC/AArch64/SVE2/bsl2n.s
  test/MC/AArch64/SVE2/eor3-diagnostics.s
  test/MC/AArch64/SVE2/eor3.s
  test/MC/AArch64/SVE2/nbsl-diagnostics.s
  test/MC/AArch64/SVE2/nbsl.s
  test/MC/AArch64/SVE2/xar-diagnostics.s
  test/MC/AArch64/SVE2/xar.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62387.201220.patch
Type: text/x-patch
Size: 29761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/a65153bd/attachment.bin>


More information about the llvm-commits mailing list