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: Sat, 25 Jan 2025 07:21:04 -0800
User-agent: Mozilla Thunderbird

On 1/24/25 08:27, Peter Maydell wrote:
As the first part of splitting the existing fp_status_f16
into separate float_status fields for AArch32 and AArch64
(so that we can make FEAT_AFP control bits apply only
for AArch64), define the two new fp_status_f16_a32 and
fp_status_f16_a64 fields, but don't use them yet.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/cpu.h           |  4 ++++
  target/arm/tcg/translate.h | 12 ++++++++++++
  target/arm/cpu.c           |  2 ++
  target/arm/vfp_helper.c    | 14 ++++++++++++++
  4 files changed, 32 insertions(+)

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

r~



reply via email to

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