Re: [Qemu-devel] [PATCH 03/35] target/mips: Add nanoMIPS OPCODE table

2018-06-21 Thread Richard Henderson
On 06/20/2018 05:05 AM, Yongbok Kim wrote: > From: Yongbok Kim > > Add nanoMIPS OPCODE table > > Reference: > nanoMIPS Base ISA Technical Reference Manual > > Signed-off-by: Yongbok Kim > --- > target/mips/mips-defs.h | 4 + > target/mips/translate.c | 670 > +++

[Qemu-devel] [PATCH 03/35] target/mips: Add nanoMIPS OPCODE table

2018-06-20 Thread Yongbok Kim
From: Yongbok Kim Add nanoMIPS OPCODE table Reference: nanoMIPS Base ISA Technical Reference Manual Signed-off-by: Yongbok Kim --- target/mips/mips-defs.h | 4 + target/mips/translate.c | 670 2 files changed, 674 insertions(+) diff --git a/