This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: support TBL/TBX instructions
ClosedPublic

Authored by c-rhodes on May 29 2019, 8:26 AM.

Details

Summary

A three sources variant of the TBL instruction is added to the existing
SVE instruction in SVE2. This is implemented with minor changes to the
existing TableGen class. TBX is a new instruction with its own
definition.

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

Diff Detail

Repository
rL LLVM

Event Timeline

c-rhodes created this revision.May 29 2019, 8:26 AM
chill accepted this revision.May 30 2019, 6:20 AM
This revision is now accepted and ready to land.May 30 2019, 6:20 AM
This revision was automatically updated to reflect the committed changes.