Re: [PATCH v2 07/21] target/riscv: Use gen_arith for mulh and mulhu

2021-08-18 Thread Alistair Francis
On Wed, Aug 18, 2021 at 7:23 AM 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/insn_trans/trans_rvm.c.inc | 40 +++-- > 1 file change

Re: [PATCH v2 07/21] target/riscv: Use gen_arith for mulh and mulhu

2021-08-18 Thread Bin Meng
On Wed, Aug 18, 2021 at 5:23 AM Richard Henderson wrote: > > Split out gen_mulh and gen_mulhu and use the common helper. > > Signed-off-by: Richard Henderson > --- > target/riscv/insn_trans/trans_rvm.c.inc | 40 +++-- > 1 file changed, 18 insertions(+), 22 deletions(-) > Rev

[PATCH v2 07/21] target/riscv: Use gen_arith for mulh and mulhu

2021-08-17 Thread Richard Henderson
Split out gen_mulh and gen_mulhu and use the common helper. Signed-off-by: Richard Henderson --- target/riscv/insn_trans/trans_rvm.c.inc | 40 +++-- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/target/riscv/insn_trans/trans_rvm.c.inc b/target/riscv/insn_tr