[AVR] Disassemble multiplication instructions
authorAyke van Laethem <aykevanlaethem@gmail.com>
Tue, 16 Jun 2020 21:42:43 +0000 (23:42 +0200)
committerAyke van Laethem <aykevanlaethem@gmail.com>
Tue, 23 Jun 2020 00:17:37 +0000 (02:17 +0200)
commitec9efb856c6f3c764c921cee3900eab48f0fc076
treeaa3b728a7ea585523f5c580ec5cbb4731cc3aee6
parent01c2209d518c7f19de7997ac29385c699a7ccd35
[AVR] Disassemble multiplication instructions

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

Differential Revision: https://reviews.llvm.org/D81971
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