mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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:
parent
a0d7d5a776
commit
fe1e5c53fd
4 changed files with 45 additions and 116 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue