qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 00/17] target/arm: vfp feature and decodetree cleanup


From: Peter Maydell
Subject: Re: [PATCH v2 00/17] target/arm: vfp feature and decodetree cleanup
Date: Tue, 25 Feb 2020 17:40:47 +0000

On Mon, 24 Feb 2020 at 22:22, Richard Henderson
<address@hidden> wrote:
>
> The main goal of the patchset is to move the ARM_FEATURE_VFP test from
> outside of the disas_vfp_insn() to inside each of the trans_* functions,
> so that we get the proper ISA check for each case.  At the end of that,
> it is easy to eliminate all of the remaining tests vs ARM_FEATURE_VFP*
> in favor of the preferred ISAR tests.  Finally, there are a couple of
> cleanups to vfp.decode to make things a bit more legible.
>
> Changes for v2:
>   * Replace aa32_simd_r16 by aa32_vfp_simd.
>   * Add aa64_fp_simd, aa32_vfp.
>   * Improve aa64 has_vfp/has_neon check.
>   * Fix some "any" tests.
>

I've dropped patch 5 and applied the rest to target-arm.next.

thanks
-- PMM



reply via email to

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