Re: [Qemu-devel] [PATCH 14/35] target/mips: Add nanoMIPS p_lsx instructions

2018-06-24 Thread Richard Henderson
On 06/20/2018 05:05 AM, Yongbok Kim wrote: > Add nanoMIPS p_lsx and LSA instructions > > Signed-off-by: Yongbok Kim > --- > target/mips/translate.c | 139 > +++- > 1 file changed, 138 insertions(+), 1 deletion(-) > > diff --git a/target/mips/translat

[Qemu-devel] [PATCH 14/35] target/mips: Add nanoMIPS p_lsx instructions

2018-06-20 Thread Yongbok Kim
Add nanoMIPS p_lsx and LSA instructions Signed-off-by: Yongbok Kim --- target/mips/translate.c | 139 +++- 1 file changed, 138 insertions(+), 1 deletion(-) diff --git a/target/mips/translate.c b/target/mips/translate.c index a581330..819cfd9 100644 --