target-ppc: convert altivec load/store to TCG

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5787 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2008-11-24 08:47:21 +00:00
parent a0d7d5a776
commit fe1e5c53fd
4 changed files with 45 additions and 116 deletions

View file

@ -542,7 +542,6 @@ struct CPUPPCState {
*/
uint64_t t0_64, t1_64, t2_64;
#endif
ppc_avr_t avr0, avr1, avr2;
/* general purpose registers */
target_ulong gpr[32];