Searched refs:highest_bit_set (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c1631 int lowest_bit_set, highest_bit_set, all_bits_between_are_set;
1634 lowest_bit_set = highest_bit_set = -1;
1641 if ((highest_bit_set == -1)
1643 highest_bit_set = (64 - i - 1);
1646 && ((highest_bit_set == -1)
1656 if ((highest_bit_set == -1)
1658 highest_bit_set = 32 - i - 1;
1661 && ((highest_bit_set == -1)
1667 || highest_bit_set == -1)
1670 for (i = lowest_bit_set; i <= highest_bit_set;
1625 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; local
1691 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; local
1748 int lowest_bit_set, highest_bit_set; local
[all...]
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c2388 int lowest_bit_set, highest_bit_set, all_bits_between_are_set;
2391 lowest_bit_set = highest_bit_set = -1;
2398 if ((highest_bit_set == -1)
2400 highest_bit_set = (64 - i - 1);
2403 && ((highest_bit_set == -1)
2413 if ((highest_bit_set == -1)
2415 highest_bit_set = 32 - i - 1;
2418 && ((highest_bit_set == -1)
2423 gcc_assert (lowest_bit_set != -1 && highest_bit_set != -1);
2425 for (i = lowest_bit_set; i <= highest_bit_set;
2385 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; local
2448 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; local
2502 int lowest_bit_set, highest_bit_set; local
[all...]

Completed in 175 milliseconds