target/loongarch: Implement LSX logic instructions
commitf205a539f6b911f96f1010361f23a77d9c9f94ca
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:47 +0000 (4 20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:47 +0000 (6 11:19 +0800)
treee979bc439570d8934f970d9d3b2d4f833051d2a9
parent789f4a4c86cc6043d099c3d65acb048be1b645d2
target/loongarch: Implement LSX logic instructions

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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-22-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