Re: [PATCH v2 14/46] target/loongarch: Implement xvmax/xvmin
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++) { \ Likewise. r~
[PATCH v2 14/46] target/loongarch: Implement xvmax/xvmin
This patch includes: - XVMAX[I].{B/H/W/D}[U]; - XVMIN[I].{B/H/W/D}[U]. Signed-off-by: Song Gao --- target/loongarch/disas.c | 34 ++ target/loongarch/insn_trans/trans_lasx.c.inc | 36 target/loongarch/insns.decode| 36 +