Re: [PATCH v4 34/48] target/loongarch: Implement xvclo xvclz

2023-08-30 Thread Richard Henderson
On 8/30/23 01:48, Song Gao wrote: This patch includes: - XVCLO.{B/H/W/D}; - XVCLZ.{B/H/W/D}. Signed-off-by: Song Gao --- target/loongarch/vec.h | 9 + target/loongarch/insns.decode| 9 + target/loongarch/disas.c | 9

[PATCH v4 34/48] target/loongarch: Implement xvclo xvclz

2023-08-30 Thread Song Gao
This patch includes: - XVCLO.{B/H/W/D}; - XVCLZ.{B/H/W/D}. Signed-off-by: Song Gao --- target/loongarch/vec.h | 9 + target/loongarch/insns.decode| 9 + target/loongarch/disas.c | 9 + target/loongarch/vec_helpe