Re: [PATCH v35 03/13] target/avr: Add instruction decoding

2019-11-22 Thread Philippe Mathieu-Daudé
On 10/29/19 10:24 PM, Michael Rolnik wrote: This includes: - encoding of all 16 bit instructions - encoding of all 32 bit instructions Signed-off-by: Michael Rolnik Tested-by: Philippe Mathieu-Daudé --- target/avr/insn.decode | 175 + 1 file chang

[PATCH v35 03/13] target/avr: Add instruction decoding

2019-10-29 Thread Michael Rolnik
This includes: - encoding of all 16 bit instructions - encoding of all 32 bit instructions Signed-off-by: Michael Rolnik --- target/avr/insn.decode | 175 + 1 file changed, 175 insertions(+) create mode 100644 target/avr/insn.decode diff --git a/target/a