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~

Reply via email to