Re: [PATCH 14/17] target/riscv: Tidy trans_rvh.c.inc

2021-07-22 Thread Alistair Francis
On Fri, Jul 9, 2021 at 2:52 PM Richard Henderson wrote: > > Exit early if check_access fails. > Split out do_hlv, do_hsv, do_hlvx subroutines. > Use gpr_src, gpr_dst in the new subroutines. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/insn3

[PATCH 14/17] target/riscv: Tidy trans_rvh.c.inc

2021-07-08 Thread Richard Henderson
Exit early if check_access fails. Split out do_hlv, do_hsv, do_hlvx subroutines. Use gpr_src, gpr_dst in the new subroutines. Signed-off-by: Richard Henderson --- target/riscv/insn32.decode | 1 + target/riscv/insn_trans/trans_rvh.c.inc | 264 +--- 2 files chan