diff options
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 60addabeb7..c366b74f8c 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)) |