Re: [PATCH v3 13/14] target/riscv: Use gen_shift*_per_ol for RVB, RVI

2021-10-17 Thread Alistair Francis
On Sun, Oct 17, 2021 at 3:28 AM Richard Henderson wrote: > > Most shift 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/translate

[PATCH v3 13/14] target/riscv: Use gen_shift*_per_ol for RVB, RVI

2021-10-16 Thread Richard Henderson
Most shift 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| 31 + target/riscv/insn_trans/trans_rvb.c.inc | 92 ++--- target/ris