Re: [PATCH v1 03/46] target/loongarch: Add CHECK_ASXE maccro for check LASX enable

2023-06-20 Thread Richard Henderson
On 6/20/23 11:37, Song Gao wrote: Signed-off-by: Song Gao --- target/loongarch/cpu.c | 2 ++ target/loongarch/cpu.h | 2 ++ target/loongarch/insn_trans/trans_lasx.c.inc | 10 ++ 3 files changed, 14 insertions(+) Reviewed-by: Richard Hen

[PATCH v1 03/46] target/loongarch: Add CHECK_ASXE maccro for check LASX enable

2023-06-20 Thread Song Gao
Signed-off-by: Song Gao --- target/loongarch/cpu.c | 2 ++ target/loongarch/cpu.h | 2 ++ target/loongarch/insn_trans/trans_lasx.c.inc | 10 ++ 3 files changed, 14 insertions(+) diff --git a/target/loongarch/cpu.c b/target/loongarch/cpu.c ind