This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support rest of load/store instructions in MC layer
ClosedPublic

Authored by kaz7 on Jun 9 2020, 3:02 AM.

Details

Summary

Add DLD/DLDU/DLDL/PFCH/TS1AM/TS2AM/TS3AM/ATMAM/CAS instructions newly.
Add regression tests for them to asmparser, mccodeemitter, and disassembler.
In order to add those instructions, change asmparser to support UImm0to2 and
UImm1 operands, add new decode functions to disassembler, and add new print
functions to instprinter.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 9 2020, 3:02 AM
simoll accepted this revision.Jun 9 2020, 5:19 AM
This revision is now accepted and ready to land.Jun 9 2020, 5:19 AM
This revision was automatically updated to reflect the committed changes.