aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-21 11:31:14 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-21 11:31:14 +0000
commite1571908a28b1707f63392541be30990160af31c (patch)
tree9ccdcf0c78a25dbf272dc1f7d66991dee6144a6e /target-ppc/helper.h
parentbdffd4a9d7254a765e56132587bc814195e094a2 (diff)
target-ppc: convert crf related instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5505 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r--target-ppc/helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h
index 60addabeb..c366b74f8 100644
--- a/target-ppc/helper.h
+++ b/target-ppc/helper.h
@@ -2,3 +2,8 @@
#define DEF_HELPER(ret, name, params) ret name params;
#endif
+DEF_HELPER(uint32_t, helper_fcmpo, (void))
+DEF_HELPER(uint32_t, helper_fcmpu, (void))
+
+DEF_HELPER(uint32_t, helper_load_cr, (void))
+DEF_HELPER(void, helper_store_cr, (target_ulong, uint32_t))