target/loongarch: Implement xvseq xvsle xvslt
commit4da72d4306105b3d5649133545df8e59975ac65f
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:36 +0000 (14 10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:42 +0000 (20 14:33 +0800)
tree4c5633ffa53919ce9a1052c9cfc4abaa39e834e9
parent60df31a2074fccc3ce99c7b758904c6be913ff5a
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 <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-49-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode
target/loongarch/vec_helper.c