On Mon, 24 Feb 2020 at 22:22, Richard Henderson <[email protected]> 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
