On 6/6/19 12:45 PM, Peter Maydell wrote: > Expand out the sequences in the new decoder VLDR/VSTR/VLDM/VSTM trans > functions which perform the memory accesses by going via the TCG > globals cpu_F0s and cpu_F0d, to use local TCG temps instead. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-vfp.inc.c | 46 +++++++++++++++++++++------------- > target/arm/translate.c | 18 ------------- > 2 files changed, 28 insertions(+), 36 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~