]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement LASX logic instructions
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:22 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:40 +0000 (14:33 +0800)
commit4472a45a084f7cd685ca52fa5d88abfad9be6e45
tree5ac7daadead6109e6096ebd506f23a0b1a0a6450
parenta59098e311bd8339516569db5722061a73dd29d1
target/loongarch: Implement LASX logic instructions

This patch includes:
- XV{AND/OR/XOR/NOR/ANDN/ORN}.V;
- XV{AND/OR/XOR/NOR}I.B.

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