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 <[email protected]> > --- > target/arm/translate-vfp.inc.c | 46 +++++++++++++++++++++------------- > target/arm/translate.c | 18 ------------- > 2 files changed, 28 insertions(+), 36 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
