summaryrefslogtreecommitdiffstats
path: root/target-alpha/cpu.h
diff options
context:
space:
mode:
authoraurel322008-09-29 19:21:28 +0200
committeraurel322008-09-29 19:21:28 +0200
commitf18cd2238d39950f8a532cb2a2ee48a453d2e88f (patch)
tree961cbb41d1f5b04b4e34f8671c8033e200929d71 /target-alpha/cpu.h
parenttarget-alpha: factorize load/store code (diff)
downloadqemu-f18cd2238d39950f8a532cb2a2ee48a453d2e88f.tar.gz
qemu-f18cd2238d39950f8a532cb2a2ee48a453d2e88f.tar.xz
qemu-f18cd2238d39950f8a532cb2a2ee48a453d2e88f.zip
target-alpha: convert FP ops to TCG
- Convert FP ops to TCG - Fix S format - Implement F and G formats (untested) - Fix MF_FPCR an MT_FPCR - Fix FTOIS, FTOIT, ITOFF, ITOFS, ITOFT - Fix CPYSN, CPYSE Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5354 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/cpu.h')
-rw-r--r--target-alpha/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index a3458a4146..210cc55f94 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -277,8 +277,6 @@ struct CPUAlphaState {
*/
target_ulong t0, t1;
#endif
- /* */
- double ft0, ft1, ft2;
/* Those resources are used only in Qemu core */
CPU_COMMON