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

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c1440 unsigned HOST_WIDE_INT high_bits;
1443 high_bits = (~low_bits) & 0xffffffff;
1445 high_bits = low_bits;
1447 sparc_emit_set_safe_HIGH64 (temp, high_bits);
1451 gen_safe_OR64 (temp, (high_bits & 0x3ff))));
1477 sparc_emit_set_const64_quick2 (op0, temp, high_bits, low_immediate, shift_count)
1480 unsigned HOST_WIDE_INT high_bits;
1486 if ((high_bits & 0xfffffc00) != 0)
1488 sparc_emit_set_safe_HIGH64 (temp, high_bits);
1489 if ((high_bits
1434 unsigned HOST_WIDE_INT high_bits; local
1747 unsigned HOST_WIDE_INT high_bits, low_bits; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dggc-page.c352 size_t high_bits;
629 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff;
634 if (table->high_bits == high_bits)
661 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff;
662 while (table->high_bits != high_bits)
686 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff;
688 if (table->high_bits == high_bits)
350 size_t high_bits; member in struct:page_table_chain
626 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff; local
658 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff; local
683 uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff; local
[all...]
H A Dtree-vect-generic.c217 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
221 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1));
232 a_low = gimplify_build2 (gsi, BIT_IOR_EXPR, word_type, a, high_bits);
236 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits);
249 tree low_bits, high_bits, b_low, result_low, signs; local
253 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1));
259 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits);
260 result_low = gimplify_build2 (gsi, MINUS_EXPR, word_type, high_bits, b_low);
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c2204 unsigned HOST_WIDE_INT high_bits;
2207 high_bits = (~low_bits) & 0xffffffff;
2209 high_bits = low_bits;
2211 emit_insn (gen_safe_HIGH64 (temp, high_bits));
2215 gen_safe_OR64 (temp, (high_bits & 0x3ff))));
2242 unsigned HOST_WIDE_INT high_bits,
2248 if ((high_bits & 0xfffffc00) != 0)
2250 emit_insn (gen_safe_HIGH64 (temp, high_bits));
2251 if ((high_bits & ~0xfffffc00) != 0)
2253 gen_safe_OR64 (temp, (high_bits
2201 unsigned HOST_WIDE_INT high_bits; local
2238 sparc_emit_set_const64_quick2(rtx op0, rtx temp, unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_immediate, int shift_count) argument
2278 sparc_emit_set_const64_longway(rtx op0, rtx temp, unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits) argument
2381 analyze_64bit_constant(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits, int *hbsp, int *lbsp, int *abbasp) argument
2445 const64_is_2insns(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits) argument
2474 create_simple_focus_bits(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits, int lowest_bit_set, int shift) argument
2501 unsigned HOST_WIDE_INT high_bits, low_bits; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-arm.c952 unsigned int high_bits;
958 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
961 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
963 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
951 unsigned int high_bits; local
H A Delfxx-mips.c7859 bfd_vma high_bits;
7877 high_bits = addend;
7882 high_bits = sign_bits;
7886 bfd_put_32 (input_bfd, high_bits,
7979 bfd_vma high_bits;
7999 high_bits = value;
8004 high_bits = sign_bits;
8008 bfd_put_32 (input_bfd, high_bits,
7827 bfd_vma high_bits; local
7947 bfd_vma high_bits; local
H A Delf32-arm.c2631 unsigned int high_bits; local
2637 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
2640 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
2642 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
/haiku-buildtools/binutils/bfd/
H A Dcoff-arm.c992 unsigned int high_bits;
998 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
1001 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1003 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
991 unsigned int high_bits; local
H A Delfxx-mips.c10370 bfd_vma high_bits;
10388 high_bits = addend;
10393 high_bits = sign_bits;
10397 bfd_put_32 (input_bfd, high_bits,
10527 bfd_vma high_bits;
10547 high_bits = value;
10552 high_bits = sign_bits;
10556 bfd_put_32 (input_bfd, high_bits,
10335 bfd_vma high_bits; local
10492 bfd_vma high_bits; local
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c1473 add64 (dwarf_vma * high_bits, dwarf_vma * low_bits, dwarf_vma inc) argument
1487 ++ * high_bits;
1492 ++ * high_bits;
1643 dwarf_vma high_bits; local
1647 SAFE_BYTE_GET64 (data, &high_bits, &uvalue, end);
1650 add64 (& high_bits, & utmp, cu_offset);
1652 dwarf_vmatoa64 (high_bits, utmp, buf, sizeof (buf)));
1797 dwarf_vma high_bits; local
1800 SAFE_BYTE_GET64 (data, &high_bits, &uvalue, end);
1802 dwarf_vmatoa64 (high_bits, uvalu
[all...]

Completed in 274 milliseconds