qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 04/17] target/arm: Add isar_feature_aa64_fp_simd, isar_fea


From: Peter Maydell
Subject: Re: [PATCH v2 04/17] target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfp
Date: Tue, 25 Feb 2020 13:20:45 +0000

On Mon, 24 Feb 2020 at 22:22, Richard Henderson
<address@hidden> wrote:
>
> We cannot easily create "any" functions for these, because the
> ID_AA64PFR0 fields for FP and SIMD signal "enabled" with zero.
> Which means that an aarch32-only cpu will return incorrect results
> when testing the aarch64 registers.
>
> To use these, we must either have context or additionally test
> vs ARM_FEATURE_AARCH64.
>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  target/arm/cpu.h     | 11 +++++++++++
>  target/arm/cpu.c     |  9 ++++++---
>  target/arm/machine.c |  5 +++--
>  3 files changed, 20 insertions(+), 5 deletions(-)

Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

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