]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:20 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 03:43:14 +0000 (11:43 +0800)
commit97074674a93e7f7a7ce707bd96a0a5a29da59515
tree31cb9014c5d99d296a08998a0284ed487134e71e
parent3a2752179a35b3513b3d7c57f9ec264f655ec5dd
target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz

This patch includes:
- XVMSKLTZ.{B/H/W/D};
- XVMSKGEZ.B;
- XVMSKNZ.B.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-33-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode
target/loongarch/vec_helper.c