HomeSort by: relevance | last modified time | path
    Searched defs:tf_found (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 2419 int tf_found = strstr (str, "tf") != NULL; local
2429 if (tf_found || dfp_found)
2434 if (tf_found)
2441 write_type_node (tok, tf_found || dfp_found);
2453 write_type_node (tok, tf_found || dfp_found);
2662 int tf_found = strstr (bifs[i].fndecl, "tf") != NULL; local
2669 if (tf_found)
2717 if (tf_found || dfp_found)
2756 int tf_found = strstr (ovlds[i].fndecl, "tf") != NULL; local
2763 if (tf_found)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 2419 int tf_found = strstr (str, "tf") != NULL; local
2429 if (tf_found || dfp_found)
2434 if (tf_found)
2441 write_type_node (tok, tf_found || dfp_found);
2453 write_type_node (tok, tf_found || dfp_found);
2662 int tf_found = strstr (bifs[i].fndecl, "tf") != NULL; local
2669 if (tf_found)
2717 if (tf_found || dfp_found)
2756 int tf_found = strstr (ovlds[i].fndecl, "tf") != NULL; local
2763 if (tf_found)
    [all...]

Completed in 26 milliseconds