On 4/17/23 15:58, Lawrence Hunter wrote:
From: Nazar Kazakov<nazar.kazakov@xxxxxxxxxxxxxxx> Move the checks out of `do_opiv{v,x,i}_gvec{,_shift}` functions and into the corresponding macros. This enables the functions to be reused in proceeding commits without check duplication. Signed-off-by: Nazar Kazakov<nazar.kazakov@xxxxxxxxxxxxxxx> --- target/riscv/insn_trans/trans_rvv.c.inc | 28 +++++++++++-------------- 1 file changed, 12 insertions(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~