Re: [PATCH v36 03/17] target/avr: Add instruction decoding

2019-11-24 Thread Aleksandar Markovic
On Sunday, November 24, 2019, 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é > --- License preamble missing. > target/avr/insn.decode | 175 +++

[PATCH v36 03/17] target/avr: Add instruction decoding

2019-11-23 Thread Michael Rolnik
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 changed, 175 insertions(+) create mode 100644 target/avr