Home | History | Annotate | Download | only in mips

Lines Matching full:fp_return

525   Redirection(void* external_function, bool fp_return)
528 fp_return_(fp_return),
538 bool fp_return() { return fp_return_; }
540 static Redirection* Get(void* external_function, bool fp_return) {
545 return new Redirection(external_function, fp_return);
568 bool fp_return) {
569 Redirection* redirection = Redirection::Get(external_function, fp_return);
811 if (redirection->fp_return()) {