Re: [PATCH v3 12/14] target/riscv: Use gen_unary_per_ol for RVB

2021-10-17 Thread Alistair Francis
On Sun, Oct 17, 2021 at 3:29 AM Richard Henderson wrote: > > The count zeros instructions require a separate implementation > for RV32 when TARGET_LONG_BITS == 64. > > Reviewed-by: LIU Zhiwei > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/tran

[PATCH v3 12/14] target/riscv: Use gen_unary_per_ol for RVB

2021-10-16 Thread Richard Henderson
The count zeros instructions require a separate implementation for RV32 when TARGET_LONG_BITS == 64. Reviewed-by: LIU Zhiwei Signed-off-by: Richard Henderson --- target/riscv/translate.c| 16 target/riscv/insn_trans/trans_rvb.c.inc | 33 - 2