This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by c-rhodes on May 24 2019, 6:23 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM