aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
blob: c366b74f8cf56caa96023e96b64532f4839326b3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef DEF_HELPER
#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))