On 6/13/19 9:39 AM, Peter Maydell wrote: > We want to use vfp_expand_imm() in the AArch32 VFP decode; > move it from the a64-only header/source file to the > AArch32 one (which is always compiled even for AArch64). > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-a64.h | 1 - > target/arm/translate.h | 7 +++++++ > target/arm/translate-a64.c | 32 -------------------------------- > target/arm/translate-vfp.inc.c | 33 +++++++++++++++++++++++++++++++++ > 4 files changed, 40 insertions(+), 33 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~