qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 13/76] target/arm: Define new fp_status_f16_a32 and fp_status


From: Richard Henderson
Subject: Re: [PATCH 13/76] target/arm: Define new fp_status_f16_a32 and fp_status_f16_a64
Date: Sun, 26 Jan 2025 21:00:50 -0800
User-agent: Mozilla Thunderbird

On 1/24/25 08:27, Peter Maydell wrote:
--- a/target/arm/tcg/translate.h
+++ b/target/arm/tcg/translate.h
@@ -673,6 +673,8 @@ typedef enum ARMFPStatusFlavour {
      FPST_FPCR_A32,
      FPST_FPCR_A64,
      FPST_FPCR_F16,
+    FPST_FPCR_F16_A32,
+    FPST_FPCR_F16_A64,
      FPST_STD,
      FPST_STD_F16,
  } ARMFPStatusFlavour;

May I suggest calling these FPST_A32_F16 and FPST_A64_F16.
This matches FPST_STD_F16 and FPST_AH_F16.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]