Revision 80c27194 target-mips/exec.h

b/target-mips/exec.h
82 82
#endif
83 83
#endif
84 84

  
85
#if HOST_LONG_BITS < 64
86
void do_div (void);
87
#endif
85 88
#if TARGET_LONG_BITS > HOST_LONG_BITS
86 89
void do_mult (void);
87 90
void do_multu (void);
......
89 92
void do_maddu (void);
90 93
void do_msub (void);
91 94
void do_msubu (void);
95
#endif
96
#ifdef TARGET_MIPS64
92 97
void do_ddiv (void);
98
#if TARGET_LONG_BITS > HOST_LONG_BITS
93 99
void do_ddivu (void);
94 100
#endif
95
#ifdef TARGET_MIPS64
96 101
void do_dmult (void);
97 102
void do_dmultu (void);
98 103
#endif

Also available in: Unified diff