mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-ppc: convert POWER2 load/store instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5805 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6a6ae23f3c
commit
01a4afeb99
5 changed files with 68 additions and 163 deletions
|
@ -561,9 +561,6 @@ struct CPUPPCState {
|
|||
target_ulong tgpr[4]; /* Used to speed-up TLB assist handlers */
|
||||
|
||||
/* Floating point execution context */
|
||||
/* temporary float registers */
|
||||
float64 ft0;
|
||||
float64 ft1;
|
||||
float_status fp_status;
|
||||
/* floating point registers */
|
||||
float64 fpr[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue