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

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c1549 int lowest_bit_set, highest_bit_set, all_bits_between_are_set;
1552 lowest_bit_set = highest_bit_set = -1;
1556 if ((lowest_bit_set == -1)
1558 lowest_bit_set = i;
1565 || (lowest_bit_set == -1)));
1571 if ((lowest_bit_set == -1)
1573 lowest_bit_set = i + 32;
1580 || (lowest_bit_set == -1)));
1584 gcc_assert (lowest_bit_set != -1 && highest_bit_set != -1);
1586 for (i = lowest_bit_set;
1545 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; local
1608 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; local
1634 create_simple_focus_bits(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits, int lowest_bit_set, int shift) argument
1662 int lowest_bit_set, highest_bit_set; local
[all...]

Completed in 105 milliseconds