Re: [PATCH v38 03/22] target/avr: Add instruction decoding

2019-12-09 Thread Aleksandar Markovic
On Monday, December 9, 2019, Aleksandar Markovic < aleksandar.m.m...@gmail.com> wrote: > > > On Sunday, December 8, 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:

Re: [PATCH v38 03/22] target/avr: Add instruction decoding

2019-12-09 Thread Aleksandar Markovic
On Sunday, December 8, 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é > --- > target/avr/insn.decode | 194 +++

[PATCH v38 03/22] target/avr: Add instruction decoding

2019-12-08 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 | 194 + 1 file changed, 194 insertions(+) create mode 100644 target/avr