Revision d7e4b87e target-ppc/op_helper.h

b/target-ppc/op_helper.h
94 94

  
95 95
/* Floating-point arithmetic helpers */
96 96
void do_fsqrt (void);
97
void do_fre (void);
97 98
void do_fres (void);
98 99
void do_frsqrte (void);
99 100
void do_fsel (void);
......
110 111
void do_fctid (void);
111 112
void do_fctidz (void);
112 113
#endif
114
void do_frin (void);
115
void do_friz (void);
116
void do_frip (void);
117
void do_frim (void);
113 118
void do_fcmpu (void);
114 119
void do_fcmpo (void);
115 120

  

Also available in: Unified diff