]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/helper.h
target-ppc: convert crf related instructions to TCG
[qemu.git] / target-ppc / helper.h
index 60addabeb787b97010b1b90395e1b1cb249fc6d3..c366b74f8cf56caa96023e96b64532f4839326b3 100644 (file)
@@ -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))