This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support a basic disassembler for Aurora VE target
ClosedPublic

Authored by kaz7 on Jun 1 2020, 2:19 AM.

Details

Summary

Add a basic disassember and regression tests of LEA/LD/ST instructions.
This patch also removes DecoderMethod declarations for branch and call
since those are not implemented in this patch. They will be added again
later. This patch also corrects DecoderMethod for LD/ST instructions
for one byte or two.

Depends on D80777.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 1 2020, 2:19 AM
kaz7 updated this revision to Diff 267819.Jun 2 2020, 1:46 AM

Rebased.

simoll accepted this revision.Jun 3 2020, 1:36 AM
This revision is now accepted and ready to land.Jun 3 2020, 1:36 AM
This revision was automatically updated to reflect the committed changes.