Re: [PATCH 2/2] target/riscv: optimize helper for vmvr.v

2022-03-27 Thread Alistair Francis
On Fri, Mar 25, 2022 at 7:01 PM Weiwei Li wrote: > > LEN is not used for GEN_VEXT_VMV_WHOLE macro, so vmvr.v can share > the same helper > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang Reviewed-by: Alistair Francis Alistair > --- > target/riscv/helper.h | 5

Re: [PATCH 2/2] target/riscv: optimize helper for vmvr.v

2022-03-25 Thread Frank Chang
Reviewed-by: Frank Chang On Fri, Mar 25, 2022 at 5:00 PM Weiwei Li wrote: > LEN is not used for GEN_VEXT_VMV_WHOLE macro, so vmvr.v can share > the same helper > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang > --- > target/riscv/helper.h | 5 + >

[PATCH 2/2] target/riscv: optimize helper for vmvr.v

2022-03-25 Thread Weiwei Li
LEN is not used for GEN_VEXT_VMV_WHOLE macro, so vmvr.v can share the same helper Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang --- target/riscv/helper.h | 5 + target/riscv/insn_trans/trans_rvv.c.inc | 17 +-- target/riscv/vector_helper.c