[PATCH] D82093: [AVR] Disassemble double register instructions

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 07:02:43 PDT 2020


aykevl created this revision.
aykevl added a reviewer: dylanmckay.
aykevl added a project: LLVM.
Herald added subscribers: Jim, hiraditya.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82093

Files:
  llvm/lib/Target/AVR/AVRInstrFormats.td
  llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
  llvm/test/MC/AVR/inst-adiw.s
  llvm/test/MC/AVR/inst-movw.s
  llvm/test/MC/AVR/inst-sbiw.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82093.271702.patch
Type: text/x-patch
Size: 7008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200618/a3f21835/attachment.bin>


More information about the llvm-commits mailing list