Revision 6f06939b target-sh4/exec.h

b/target-sh4/exec.h
71 71
		    int use_asid, int update);
72 72
int find_utlb_entry(CPUState * env, target_ulong address, int use_asid);
73 73

  
74
void helper_addc_T0_T1(void);
75
void helper_addv_T0_T1(void);
76 74
void helper_div1_T0_T1(void);
77
void helper_dmulsl_T0_T1(void);
78
void helper_dmulul_T0_T1(void);
79
void helper_macl_T0_T1(void);
80
void helper_macw_T0_T1(void);
81
void helper_negc_T0(void);
82
void helper_subc_T0_T1(void);
83
void helper_subv_T0_T1(void);
84 75
void helper_rotcl(uint32_t * addr);
85 76
void helper_rotcr(uint32_t * addr);
86
void helper_ldtlb(void);
87 77

  
88 78
void do_interrupt(CPUState * env);
89 79

  
90 80
void cpu_loop_exit(void);
91
void do_raise_exception(void);
92 81

  
93 82
#endif				/* _EXEC_SH4_H */

Also available in: Unified diff