Revision 6ad02592 target-alpha/helper.h

b/target-alpha/helper.h
4 4

  
5 5
DEF_HELPER(void, helper_tb_flush, (void))
6 6

  
7
DEF_HELPER(void, helper_excp, (int, int))
7 8
DEF_HELPER(uint64_t, helper_amask, (uint64_t))
9
DEF_HELPER(uint64_t, helper_load_pcc, (void))
10
DEF_HELPER(uint64_t, helper_load_implver, (void))
11
DEF_HELPER(uint64_t, helper_rc, (void))
12
DEF_HELPER(uint64_t, helper_rs, (void))
8 13

  
9 14
DEF_HELPER(uint64_t, helper_ctpop, (uint64_t))
10 15
DEF_HELPER(uint64_t, helper_ctlz, (uint64_t))

Also available in: Unified diff