|
From: | Richard Henderson |
Subject: | Re: [PATCH 06/76] target/arm: Define new fp_status_a32 and fp_status_a64 |
Date: | Sun, 26 Jan 2025 20:59:29 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/24/25 08:27, Peter Maydell wrote:
diff --git a/target/arm/tcg/translate.h b/target/arm/tcg/translate.h index 2d37d7c9f21..a7509b314b0 100644 --- a/target/arm/tcg/translate.h +++ b/target/arm/tcg/translate.h @@ -671,6 +671,8 @@ static inline CPUARMTBFlags arm_tbflags_from_tb(const TranslationBlock *tb) */ typedef enum ARMFPStatusFlavour { FPST_FPCR, + FPST_FPCR_A32, + FPST_FPCR_A64,
May I suggest calling these FPST_A32 and FPST_A64? Just a bit less typing in the common case, and it's not so different from FPST_STD and FPST_AH. r~
[Prev in Thread] | Current Thread | [Next in Thread] |