summaryrefslogtreecommitdiffstats
path: root/llvm/include/hqemu-helper.h
blob: dfcb396766a2a656df0cad5f81f45601d90dc577 (plain)
1
2
3
4
5
6
7
8
DEF_HELPER_1(export_hqemu, void, env)
DEF_HELPER_1(lookup_ibtc, ptr, env)
DEF_HELPER_1(lookup_cpbl, ptr, env)
DEF_HELPER_3(validate_cpbl, int, env, tl, int)
DEF_HELPER_2(NET_profile, void, env, int)
DEF_HELPER_2(NET_predict, void, env, int)
DEF_HELPER_2(verify_tb, void, env, int) 
DEF_HELPER_3(profile_exec, void, env, ptr, int)
OpenPOWER on IntegriCloud