On 6/6/19 12:45 PM, Peter Maydell wrote: > Convert the VFP two-register transfer instructions to decodetree > (in the v8 Arm ARM these are the "Advanced SIMD and floating-point > 64-bit move" encoding group). > > Again, we expand out the sequences involving gen_vfp_msr() and > gen_msr_vfp(). > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-vfp.inc.c | 70 ++++++++++++++++++++++++++++++++++ > target/arm/translate.c | 46 +--------------------- > target/arm/vfp.decode | 5 +++ > 3 files changed, 77 insertions(+), 44 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~