Re: [RFC PATCH v3 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable

2023-04-23 Thread Richard Henderson
On 4/20/23 09:06, Song Gao wrote: Signed-off-by: Song Gao --- target/loongarch/cpu.c | 2 ++ target/loongarch/cpu.h | 2 ++ target/loongarch/insn_trans/trans_lsx.c.inc | 11 +++ 3 files changed, 15 insertions(+) Reviewed-by: Richard Hende

[RFC PATCH v3 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable

2023-04-20 Thread Song Gao
Signed-off-by: Song Gao --- target/loongarch/cpu.c | 2 ++ target/loongarch/cpu.h | 2 ++ target/loongarch/insn_trans/trans_lsx.c.inc | 11 +++ 3 files changed, 15 insertions(+) diff --git a/target/loongarch/cpu.c b/target/loongarch/cpu.c index