Re: [RFC PATCH 38/43] target/loongarch: Implement vbitsel vset
On 12/24/22 00:16, Song Gao wrote: +DEF_HELPER_5(vbitsel_v, void, env, i32, i32, i32, i32) This is tcg_gen_gvec_bitsel. The immediate version would require dupi. r~
[RFC PATCH 38/43] target/loongarch: Implement vbitsel vset
This patch includes: - VBITSEL.V; - VBITSELI.B; - VSET{EQZ/NEZ}.V; - VSETANYEQZ.{B/H/W/D}; - VSETALLNEZ.{B/H/W/D}. Signed-off-by: Song Gao --- target/loongarch/disas.c| 20 target/loongarch/helper.h | 14 +++ target/loongarch/insn_trans/trans_lsx.c.in