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.mayd...@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.hender...@linaro.org>

r~

Reply via email to