Re: [RFC PATCH v3 21/44] target/loongarch: Implement LSX logic instructions

2023-04-24 Thread Richard Henderson
On 4/20/23 09:06, Song Gao wrote: This patch includes: - V{AND/OR/XOR/NOR/ANDN/ORN}.V; - V{AND/OR/XOR/NOR}I.B. Signed-off-by: Song Gao --- target/loongarch/disas.c| 12 + target/loongarch/helper.h | 2 + target/loongarch/insn_trans/trans_lsx.c.inc |

[RFC PATCH v3 21/44] target/loongarch: Implement LSX logic instructions

2023-04-20 Thread Song Gao
This patch includes: - V{AND/OR/XOR/NOR/ANDN/ORN}.V; - V{AND/OR/XOR/NOR}I.B. Signed-off-by: Song Gao --- target/loongarch/disas.c| 12 + target/loongarch/helper.h | 2 + target/loongarch/insn_trans/trans_lsx.c.inc | 56 + target/loon