]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/helper.h
target-ppc: convert arithmetic functions to TCG
[qemu.git] / target-ppc / helper.h
index 050fec52b0743819f1522fce1f713aff8460aeb4..05bfaa7562058de9cd38947d201c8cd5f172854f 100644 (file)
@@ -8,6 +8,12 @@ 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))
 
+#if defined(TARGET_PPC64)
+DEF_HELPER(uint64_t, helper_mulhd, (uint64_t, uint64_t))
+DEF_HELPER(uint64_t, helper_mulhdu, (uint64_t, uint64_t))
+DEF_HELPER(uint64_t, helper_mulldo, (uint64_t, uint64_t))
+#endif
+
 DEF_HELPER(target_ulong, helper_cntlzw, (target_ulong t))
 DEF_HELPER(target_ulong, helper_popcntb, (target_ulong val))
 DEF_HELPER(target_ulong, helper_sraw, (target_ulong, target_ulong))