Re: [PATCH 15/17] target/riscv: Use gen_arith for mulh and mulhu

2021-07-14 Thread Alistair Francis
On Fri, Jul 9, 2021 at 2:40 PM Richard Henderson wrote: > > Split out gen_mulh and gen_mulhu and use the common helper. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/translate.c| 16 > target/riscv/insn_trans

[PATCH 15/17] target/riscv: Use gen_arith for mulh and mulhu

2021-07-08 Thread Richard Henderson
Split out gen_mulh and gen_mulhu and use the common helper. Signed-off-by: Richard Henderson --- target/riscv/translate.c| 16 target/riscv/insn_trans/trans_rvm.c.inc | 24 ++-- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/