Re: [PATCH RESEND v5 15/57] target/loongarch: Implement xvreplgr2vr

2023-09-09 Thread Richard Henderson
On 9/7/23 01:31, Song Gao wrote: --- a/target/loongarch/insn_trans/trans_vec.c.inc +++ b/target/loongarch/insn_trans/trans_vec.c.inc @@ -4407,27 +4407,42 @@ static bool trans_vpickve2gr_du(DisasContext *ctx, arg_rv_i *a) return true; } -static bool gvec_dup(DisasContext *ctx, arg_vr *

[PATCH RESEND v5 15/57] target/loongarch: Implement xvreplgr2vr

2023-09-07 Thread Song Gao
This patch includes: - XVREPLGR2VR.{B/H/W/D}. Signed-off-by: Song Gao Reviewed-by: Richard Henderson --- target/loongarch/insns.decode | 5 target/loongarch/disas.c| 10 +++ target/loongarch/insn_trans/trans_vec.c.inc | 29 - 3 fil