[PATCH] D81971: [AVR] Disassemble multiplication instructions

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 14:51:23 PDT 2020


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

These can often only use a limited range of registers, and apparently need special decoding support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81971

Files:
  llvm/lib/Target/AVR/AVRInstrFormats.td
  llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
  llvm/test/MC/AVR/inst-fmul.s
  llvm/test/MC/AVR/inst-fmuls.s
  llvm/test/MC/AVR/inst-fmulsu.s
  llvm/test/MC/AVR/inst-muls.s
  llvm/test/MC/AVR/inst-mulsu.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81971.271214.patch
Type: text/x-patch
Size: 7028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200616/959f79c5/attachment.bin>


More information about the llvm-commits mailing list