qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 07/76] target/arm: Use vfp.fp_status_a64 in A64-only helper f


From: Richard Henderson
Subject: Re: [PATCH 07/76] target/arm: Use vfp.fp_status_a64 in A64-only helper functions
Date: Sat, 25 Jan 2025 07:15:53 -0800
User-agent: Mozilla Thunderbird

On 1/24/25 08:27, Peter Maydell wrote:
@@ -2808,7 +2808,7 @@ bool is_ebf(CPUARMState *env, float_status *statusp, 
float_status *oddstatusp)
       */
      bool ebf = is_a64(env) && env->vfp.fpcr & FPCR_EBF;
- *statusp = env->vfp.fp_status;
+    *statusp = env->vfp.fp_status_a64;
      set_default_nan_mode(true, statusp);
if (ebf) {

Is this really correct?  !ebf includes aa32.


r~



reply via email to

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