Re: [Qemu-devel] [PATCH 02/13] target/openrisc: Start conversion to decodetree.py

2018-05-04 Thread Stafford Horne
On Thu, May 03, 2018 at 10:40:19PM -0700, Richard Henderson wrote: > Begin with the 0x08 major opcode, the system instructions. > > Signed-off-by: Richard Henderson Acked-by: Stafford Horne > --- > target/openrisc/translate.c | 79 > +-- > target/open

[Qemu-devel] [PATCH 02/13] target/openrisc: Start conversion to decodetree.py

2018-05-03 Thread Richard Henderson
Begin with the 0x08 major opcode, the system instructions. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 79 +-- target/openrisc/Makefile.objs | 9 + target/openrisc/insns.decode | 28 +++ 3 files changed, 76 insert