On 4/17/23 15:58, Lawrence Hunter wrote:
From: Dickon Hood<dickon.hood@xxxxxxxxxxxxxxx> Zvbb (implemented in later commit) has a widening instruction, which requires an extra check on the enabled extensions. Refactor GEN_OPIVX_WIDEN_TRANS() to take a check function to avoid reimplementing it. Signed-off-by: Dickon Hood<dickon.hood@xxxxxxxxxxxxxxx> --- target/riscv/insn_trans/trans_rvv.c.inc | 52 +++++++++++-------------- 1 file changed, 23 insertions(+), 29 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~