target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
commit7329fb6240c689648ad89b71250411b4e46f6de7
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 2 Jan 2019 09:14:20 +0000 (2 09:14 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 Jan 2019 22:28:14 +0000 (9 09:28 +1100)
tree7961c72a4afcdb96d40d0128a4b0e9d48ba522a2
parent8b3b2d75c7c0481544e277dad226223245e058eb
target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env

Instead of accessing the FPR, VMX and VSX registers through static arrays of
TCGv_i64 globals, remove them and change the helpers to load/store data directly
within cpu_env.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c
target/ppc/translate/vsx-impl.inc.c