Revision ae8ecd42 target-alpha/op_helper.h

b/target-alpha/op_helper.h
20 20

  
21 21
void helper_call_pal (uint32_t palcode);
22 22
void helper_excp (uint32_t excp, uint32_t error);
23
void helper_amask (void);
24 23
void helper_load_pcc (void);
25 24
void helper_load_implver (void);
26 25
void helper_load_fpcr (void);
......
34 33
void helper_sublv (void);
35 34
void helper_mullv (void);
36 35
void helper_mulqv (void);
37
void helper_ctpop (void);
38
void helper_ctlz (void);
39
void helper_cttz (void);
40 36
void helper_mskbl (void);
41 37
void helper_extbl (void);
42 38
void helper_insbl (void);

Also available in: Unified diff