On 12/17/18 4:23 AM, Mark Cave-Ayland wrote: > These helpers allow us to move VSR register values to/from the specified > TCGv_i64 > argument. > > To prevent VSX helpers accessing the cpu_vsr array directly, add extra TCG > temporaries as required. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > target/ppc/translate/vsx-impl.inc.c | 782 > ++++++++++++++++++++++++++---------- > 1 file changed, 561 insertions(+), 221 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~