summaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r--target-alpha/helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h
index d82bf4344d..c3979994b9 100644
--- a/target-alpha/helper.h
+++ b/target-alpha/helper.h
@@ -4,7 +4,12 @@
DEF_HELPER(void, helper_tb_flush, (void))
+DEF_HELPER(void, helper_excp, (int, int))
DEF_HELPER(uint64_t, helper_amask, (uint64_t))
+DEF_HELPER(uint64_t, helper_load_pcc, (void))
+DEF_HELPER(uint64_t, helper_load_implver, (void))
+DEF_HELPER(uint64_t, helper_rc, (void))
+DEF_HELPER(uint64_t, helper_rs, (void))
DEF_HELPER(uint64_t, helper_ctpop, (uint64_t))
DEF_HELPER(uint64_t, helper_ctlz, (uint64_t))