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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 635 EQUALITY_COMPARE_REST is a flag to indicate we need to make a cleanup call
648 bool equality_compare_rest, rtx *p_cleanup_label,
753 bool branch_to_cleanup = (remain > 0 || equality_compare_rest);
2118 EQUALITY_COMPARE_REST is a flag to indicate we need to make a cleanup call
2129 bool equality_compare_rest, rtx *p_cleanup_label,
2244 if (remain > 0 || equality_compare_rest)
2259 if (equality_compare_rest)
2331 if (remain == 0 && !equality_compare_rest)
2504 bool equality_compare_rest = false; local
2509 equality_compare_rest = true
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 635 EQUALITY_COMPARE_REST is a flag to indicate we need to make a cleanup call
648 bool equality_compare_rest, rtx *p_cleanup_label,
753 bool branch_to_cleanup = (remain > 0 || equality_compare_rest);
2128 EQUALITY_COMPARE_REST is a flag to indicate we need to make a cleanup call
2139 bool equality_compare_rest, rtx *p_cleanup_label,
2253 if (remain > 0 || equality_compare_rest)
2268 if (equality_compare_rest)
2340 if (remain == 0 && !equality_compare_rest)
2513 bool equality_compare_rest = false; local
2518 equality_compare_rest = true
    [all...]

Completed in 21 milliseconds