Re: [PATCH v2 18/46] target/loongarch: Implement xvsat

2023-07-07 Thread Richard Henderson
On 6/30/23 08:58, Song Gao wrote: +len = (simd_oprsz(v) == 16) ? LSX_LEN : LASX_LEN; \ +for (i = 0; i < len / BIT; i++) { \ Similarly. r~

[PATCH v2 18/46] target/loongarch: Implement xvsat

2023-06-30 Thread Song Gao
This patch includes: - XVSAT.{B/H/W/D}[U]. Signed-off-by: Song Gao --- target/loongarch/disas.c | 9 + target/loongarch/insn_trans/trans_lasx.c.inc | 9 + target/loongarch/insns.decode| 9 + target/loongarch/vec_helper.c