Re: [PATCH v3 1/9] target/mips: Extract decode_64bit_enabled() helper

2024-10-30 Thread Pierrick Bouvier
On 10/26/24 10:53, Philippe Mathieu-Daudé wrote: Extract the decode_64bit_enabled() helper which detects whether CPUs can run 64-bit instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 2 ++ target/mips/tcg/translate.c | 7 ++- 2 files changed, 8 insert

[PATCH v3 1/9] target/mips: Extract decode_64bit_enabled() helper

2024-10-26 Thread Philippe Mathieu-Daudé
Extract the decode_64bit_enabled() helper which detects whether CPUs can run 64-bit instructions. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 2 ++ target/mips/tcg/translate.c | 7 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/target/mips/tcg/t