Re: [PATCH v4 40/48] target/loongarch: Implement xvseq xvsle xvslt
On 8/30/23 01:48, Song Gao wrote: This patch includes: - XVSEQ[I].{B/H/W/D}; - XVSLE[I].{B/H/W/D}[U]; - XVSLT[I].{B/H/W/D/}[U]. Signed-off-by: Song Gao --- target/loongarch/vec.h | 4 + target/loongarch/insns.decode| 43 +++ target/loongarch/disas.c
[PATCH v4 40/48] target/loongarch: Implement xvseq xvsle xvslt
This patch includes: - XVSEQ[I].{B/H/W/D}; - XVSLE[I].{B/H/W/D}[U]; - XVSLT[I].{B/H/W/D/}[U]. Signed-off-by: Song Gao --- target/loongarch/vec.h | 4 + target/loongarch/insns.decode| 43 +++ target/loongarch/disas.c | 43 +++ target/l