Files
clang-p2996/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
Ayke van Laethem 1ba7809793 [AVR] Implement disassembly support for I/O instructions
The in, out, and sbi/cbi family of instructions seem to require a custom
decoder. I'm not exactly sure why and would prefer to convince TableGen
to provide the correct decoders for these, but I can't seem to convince
it to do so. They simply disassemble without any operands.

Differential Revision: https://reviews.llvm.org/D74049
2020-06-10 20:55:47 +02:00

7.1 KiB