Home | History | Annotate | Download | only in mips

Lines Matching refs:funct

47 static bool genConversionCall(CompilationUnit *cUnit, MIR *mir, void *funct,
91 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
129 void* funct;
134 funct = (void*) __addsf3;
138 funct = (void*) __subsf3;
142 funct = (void*) __divsf3;
146 funct = (void*) __mulsf3;
150 funct = (void*) fmodf;
168 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
186 void* funct;
191 funct = (void*) __adddf3;
195 funct = (void*) __subdf3;
199 funct = (void*) __divsf3;
203 funct = (void*) __muldf3;
207 funct = (void*) (double (*)(double, double)) fmod;
217 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);