Re: [RFC PATCH v4 37/44] target/loongarch: Implement vbitsel vset

2023-05-01 Thread Richard Henderson
On 4/25/23 08:02, Song Gao wrote: 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 | 11 +++ targ

[RFC PATCH v4 37/44] target/loongarch: Implement vbitsel vset

2023-04-25 Thread Song Gao
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 | 11 +++ target/loongarch/insn_trans/trans_lsx.c.in