Re: [PATCH 10/19] target/arm: Add missing checks for fpsp_v2

2020-02-21 Thread Peter Maydell
On Fri, 14 Feb 2020 at 18:16, Richard Henderson wrote: > > We will eventually remove the early ARM_FEATURE_VFP test, > so add a proper test for each trans_* that does not already > have another ISA test. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 10/19] target/arm: Add missing checks for fpsp_v2

2020-02-14 Thread Richard Henderson
We will eventually remove the early ARM_FEATURE_VFP test, so add a proper test for each trans_* that does not already have another ISA test. Signed-off-by: Richard Henderson --- target/arm/translate-vfp.inc.c | 78 ++ 1 file changed, 69 insertions(+), 9 deletions(