Re: [PATCH 13/19] target/arm: Move VLLDM and VLSTM to vfp.decode

2020-02-20 Thread Peter Maydell
On Fri, 14 Feb 2020 at 18:16, Richard Henderson wrote: > > Now that we no longer have an early check for ARM_FEATURE_VFP, > we can use the proper ISA check in trans_VLLDM_VLSTM. > > Signed-off-by: Richard Henderson > --- > target/arm/vfp.decode | 2 ++ > target/arm/translate-vfp.inc.c

[PATCH 13/19] target/arm: Move VLLDM and VLSTM to vfp.decode

2020-02-14 Thread Richard Henderson
Now that we no longer have an early check for ARM_FEATURE_VFP, we can use the proper ISA check in trans_VLLDM_VLSTM. Signed-off-by: Richard Henderson --- target/arm/vfp.decode | 2 ++ target/arm/translate-vfp.inc.c | 35 ++ target/arm/translate.c | 53 ++