This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Disassemble double register instructions
ClosedPublic

Authored by aykevl on Jun 18 2020, 6:45 AM.

Details

Summary

Add disassembly support for the movw, adiw, and sbiw instructions.

I had previously committed test cases for the adiw and sbiw instructions, but had accidentally made them not runnable so they were skipped all this time. Oops. This patch fixes that by adding support for disassembling those instructions.

Diff Detail

Event Timeline

aykevl created this revision.Jun 18 2020, 6:45 AM
dylanmckay accepted this revision.Jun 18 2020, 10:17 PM
This revision is now accepted and ready to land.Jun 18 2020, 10:17 PM
This revision was automatically updated to reflect the committed changes.