]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement xvclo xvclz
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:30 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:41 +0000 (14:33 +0800)
commit12ad133f20b621f34dc737b821197ee8543c751e
tree31a13fd53ab7fe201529ec45871f4f9ebaf45476
parent77fca79428677d2b834632cd83a24ff28a3d91ce
target/loongarch: Implement xvclo xvclz

This patch includes:
- XVCLO.{B/H/W/D};
- XVCLZ.{B/H/W/D}.

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