Re: [PATCH v4 16/48] target/loongarch: Implement xvmax/xvmin
On 8/30/23 01:48, Song Gao wrote: This patch includes: - XVMAX[I].{B/H/W/D}[U]; - XVMIN[I].{B/H/W/D}[U]. Signed-off-by: Song Gao --- target/loongarch/vec.h | 3 ++ target/loongarch/insns.decode| 36 target/loongarch/disas.c
[PATCH v4 16/48] 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/vec.h | 3 ++ target/loongarch/insns.decode| 36 target/loongarch/disas.c | 34 ++ t