Re: [Qemu-devel] [PATCH 06/35] target/mips: Add nanoMIPS pool16c instructions

2018-06-21 Thread Richard Henderson
On 06/20/2018 05:05 AM, Yongbok Kim wrote: > Add nanoMIPS pool16c instructions > > Signed-off-by: Yongbok Kim > --- > target/mips/translate.c | 22 ++ > 1 file changed, 22 insertions(+) This is a good example of using a subroutine that should be used elsewhere. Reviewed-by:

[Qemu-devel] [PATCH 06/35] target/mips: Add nanoMIPS pool16c instructions

2018-06-20 Thread Yongbok Kim
Add nanoMIPS pool16c instructions Signed-off-by: Yongbok Kim --- target/mips/translate.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/target/mips/translate.c b/target/mips/translate.c index f5b7e14..c1a98da 100644 --- a/target/mips/translate.c +++ b/target/mips/tra