summaryrefslogtreecommitdiffstats
path: root/target-alpha/exec.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-29 17:21:28 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-29 17:21:28 +0000
commitf18cd2238d39950f8a532cb2a2ee48a453d2e88f (patch)
tree961cbb41d1f5b04b4e34f8671c8033e200929d71 /target-alpha/exec.h
parent023d8ca21fab3cb29be506946476ffc16c479a17 (diff)
downloadhqemu-f18cd2238d39950f8a532cb2a2ee48a453d2e88f.zip
hqemu-f18cd2238d39950f8a532cb2a2ee48a453d2e88f.tar.gz
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/exec.h')
-rw-r--r--target-alpha/exec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-alpha/exec.h b/target-alpha/exec.h
index 574ef13..99c6e95 100644
--- a/target-alpha/exec.h
+++ b/target-alpha/exec.h
@@ -44,9 +44,6 @@ register uint64_t T1 asm(AREG2);
#define PARAM(n) ((uint64_t)PARAM##n)
#define SPARAM(n) ((int32_t)PARAM##n)
-#define FT0 (env->ft0)
-#define FT1 (env->ft1)
-#define FT2 (env->ft2)
#define FP_STATUS (env->fp_status)
#if defined (DEBUG_OP)
OpenPOWER on IntegriCloud