Re: [PATCH v2 05/17] target/riscv: Refactor translation of vector-widening instruction

2023-04-18 Thread Richard Henderson
On 4/17/23 15:58, Lawrence Hunter wrote: From: Dickon Hood 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 --

[PATCH v2 05/17] target/riscv: Refactor translation of vector-widening instruction

2023-04-17 Thread Lawrence Hunter
From: Dickon Hood 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 --- target/riscv/insn_trans/trans_rvv.c.in