qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/8] target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF1


From: Richard Henderson
Subject: Re: [PATCH 1/8] target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16
Date: Wed, 31 Jul 2024 11:30:00 +1000
User-agent: Mozilla Thunderbird

On 7/31/24 02:02, Peter Maydell wrote:
FEAT_EBF16 adds one new bit to the FPCR floating point control
register.  Allow this bit to be read and written when the ID
registers indicate the presence of the feature.

Note that because this new bit is not in FPSCR_FPCR_MASK the bit is
not visible in the AArch32 FPSCR, and FPSCR writes do not affect it.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/cpu-features.h | 5 +++++
  target/arm/cpu.h          | 1 +
  target/arm/vfp_helper.c   | 8 ++++++--
  3 files changed, 12 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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