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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2906 int lowest_bit_set, highest_bit_set, all_bits_between_are_set;
2909 lowest_bit_set = highest_bit_set = -1;
2913 if ((lowest_bit_set == -1)
2915 lowest_bit_set = i;
2922 || (lowest_bit_set == -1)));
2928 if ((lowest_bit_set == -1)
2930 lowest_bit_set = i + 32;
2937 || (lowest_bit_set == -1)));
2941 gcc_assert (lowest_bit_set != -1 && highest_bit_set != -1);
2943 for (i = lowest_bit_set; i <= highest_bit_set; i++
2903 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; local
2966 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; local
3020 int lowest_bit_set, highest_bit_set; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2914 int lowest_bit_set, highest_bit_set, all_bits_between_are_set;
2917 lowest_bit_set = highest_bit_set = -1;
2921 if ((lowest_bit_set == -1)
2923 lowest_bit_set = i;
2930 || (lowest_bit_set == -1)));
2936 if ((lowest_bit_set == -1)
2938 lowest_bit_set = i + 32;
2945 || (lowest_bit_set == -1)));
2949 gcc_assert (lowest_bit_set != -1 && highest_bit_set != -1);
2951 for (i = lowest_bit_set; i <= highest_bit_set; i++
2911 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; local
2974 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; local
3028 int lowest_bit_set, highest_bit_set; local
    [all...]

Completed in 31 milliseconds