Home
last modified time | relevance | path

Searched refs:high_bits (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-vect-generic.c179 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local
183 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_plus_minus()
194 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits); in do_plus_minus()
198 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits); in do_plus_minus()
211 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local
215 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_negate()
221 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits); in do_negate()
222 result_low = gimplify_build2 (gsi, MINUS_EXPR, word_type, high_bits, b_low); in do_negate()
HDggc-zone.c313 size_t high_bits; member
485 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in lookup_page_table_entry() local
486 while (table->high_bits != high_bits) in lookup_page_table_entry()
511 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in lookup_page_table_if_allocated() local
516 if (table->high_bits == high_bits) in lookup_page_table_if_allocated()
552 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in set_page_table_entry() local
554 if (table->high_bits == high_bits) in set_page_table_entry()
560 table->high_bits = high_bits; in set_page_table_entry()
HDggc-page.c330 size_t high_bits; member
563 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in ggc_allocated_p() local
568 if (table->high_bits == high_bits) in ggc_allocated_p()
595 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in lookup_page_table_entry() local
596 while (table->high_bits != high_bits) in lookup_page_table_entry()
620 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in set_page_table_entry() local
622 if (table->high_bits == high_bits) in set_page_table_entry()
628 table->high_bits = high_bits; in set_page_table_entry()
/dragonfly/contrib/gcc-8.0/gcc/
HDggc-page.c321 size_t high_bits; member
597 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff; in safe_lookup_page_table_entry() local
602 if (table->high_bits == high_bits) in safe_lookup_page_table_entry()
631 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff; in lookup_page_table_entry() local
632 while (table->high_bits != high_bits) in lookup_page_table_entry()
656 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff; in set_page_table_entry() local
658 if (table->high_bits == high_bits) in set_page_table_entry()
664 table->high_bits = high_bits; in set_page_table_entry()
HDtree-vect-generic.c217 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local
221 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_plus_minus()
232 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits); in do_plus_minus()
236 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits); in do_plus_minus()
250 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local
254 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_negate()
260 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits); in do_negate()
261 result_low = gimplify_build2 (gsi, MINUS_EXPR, word_type, high_bits, b_low); in do_negate()
/dragonfly/contrib/binutils-2.27/binutils/
HDdwarf.c1473 add64 (dwarf_vma * high_bits, dwarf_vma * low_bits, dwarf_vma inc) in add64() argument
1487 ++ * high_bits; in add64()
1492 ++ * high_bits; in add64()
1643 dwarf_vma high_bits; in read_and_display_attr_value() local
1647 SAFE_BYTE_GET64 (data, &high_bits, &uvalue, end); in read_and_display_attr_value()
1650 add64 (& high_bits, & utmp, cu_offset); in read_and_display_attr_value()
1652 dwarf_vmatoa64 (high_bits, utmp, buf, sizeof (buf))); in read_and_display_attr_value()
1797 dwarf_vma high_bits; in read_and_display_attr_value() local
1800 SAFE_BYTE_GET64 (data, &high_bits, &uvalue, end); in read_and_display_attr_value()
1802 dwarf_vmatoa64 (high_bits, uvalue, buf, sizeof (buf))); in read_and_display_attr_value()
/dragonfly/sys/dev/netif/ix/
HDixgbe_phy.c120 u8 high_bits; in ixgbe_read_i2c_combined_generic_int() local
150 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) in ixgbe_read_i2c_combined_generic_int()
164 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
/dragonfly/contrib/binutils-2.34/binutils/
HDdwarf.c1632 add64 (dwarf_vma * high_bits, dwarf_vma * low_bits, dwarf_vma inc) in add64() argument
1646 ++ * high_bits; in add64()
1651 ++ * high_bits; in add64()
2256 dwarf_vma high_bits; in read_and_display_attr_value() local
2260 SAFE_BYTE_GET64 (data, &high_bits, &uvalue, end); in read_and_display_attr_value()
2263 add64 (& high_bits, & utmp, cu_offset); in read_and_display_attr_value()
2265 dwarf_vmatoa64 (high_bits, utmp, buf, sizeof (buf))); in read_and_display_attr_value()
2386 dwarf_vma high_bits; in read_and_display_attr_value() local
2389 SAFE_BYTE_GET64 (data, &high_bits, &uvalue, end); in read_and_display_attr_value()
2391 dwarf_vmatoa64 (high_bits, uvalue, buf, sizeof (buf))); in read_and_display_attr_value()