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:
aurel32 2008-11-27 19:30:56 +00:00
parent 6a6ae23f3c
commit 01a4afeb99
5 changed files with 68 additions and 163 deletions

View file

@ -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];