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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 4954 int count_si = 0;
4989 while (from && count_si < si_limit && count_hi < hi_limit)
5090 while (si_align > 2 && found_si + si_align - 2 > count_si)
5092 if (found_si > count_si)
5093 count_si = found_si;
5123 if (found_si > count_si)
5124 count_si = found_si;
5168 count_si += inc;
5171 si_limit -= (count_si - 1) & (new_align - si_align);
5174 count_si = (count_si + new_align - 1) & -new_align
4944 int count_si = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 4954 int count_si = 0;
4989 while (from && count_si < si_limit && count_hi < hi_limit)
5090 while (si_align > 2 && found_si + si_align - 2 > count_si)
5092 if (found_si > count_si)
5093 count_si = found_si;
5123 if (found_si > count_si)
5124 count_si = found_si;
5168 count_si += inc;
5171 si_limit -= (count_si - 1) & (new_align - si_align);
5174 count_si = (count_si + new_align - 1) & -new_align
4944 int count_si = 0; local
    [all...]

Completed in 18 milliseconds