]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement vseq vsle vslt
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:28:01 +0000 (20:28 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:49 +0000 (11:19 +0800)
commitf435e1e5af02f72737a397b2f408fc20dfc8b0a0
treec3065e85f324b7cc1b20f2d0e672c4e22493b51a
parent399665d2af66cf1b448f19c1712d40455d558b54
target/loongarch: Implement vseq vsle vslt

This patch includes:
- VSEQ[I].{B/H/W/D};
- VSLE[I].{B/H/W/D}[U];
- VSLT[I].{B/H/W/D/}[U].

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-36-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_lsx.c.inc
target/loongarch/insns.decode
target/loongarch/lsx_helper.c