| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vect-generic.c | 151 tree low_bits, high_bits, a_low, b_low, result_low, signs; in do_plus_minus() local 155 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_plus_minus() 166 a_low = gimplify_build2 (bsi, BIT_IOR_EXPR, word_type, a, high_bits); in do_plus_minus() 170 signs = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, signs, high_bits); in do_plus_minus() 183 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local 187 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_negate() 193 signs = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, signs, high_bits); in do_negate() 194 result_low = gimplify_build2 (bsi, MINUS_EXPR, word_type, high_bits, b_low); in do_negate()
|
| H A D | ggc-page.c | 335 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()
|
| H A D | ggc-zone.c | 340 size_t high_bits; member 512 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in lookup_page_table_entry() local 513 while (table->high_bits != high_bits) in lookup_page_table_entry() 538 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; in set_page_table_entry() local 540 if (table->high_bits == high_bits) in set_page_table_entry() 546 table->high_bits = high_bits; in set_page_table_entry()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 1666 unsigned HOST_WIDE_INT high_bits; local 1669 high_bits = (~low_bits) & 0xffffffff; 1671 high_bits = low_bits; 1673 sparc_emit_set_safe_HIGH64 (temp, high_bits); 1677 gen_safe_OR64 (temp, (high_bits & 0x3ff)))); 1704 sparc_emit_set_const64_quick2 (op0, temp, high_bits, low_immediate, shift_count) in sparc_emit_set_const64_quick2() argument 1707 unsigned HOST_WIDE_INT high_bits; 1713 if ((high_bits & 0xfffffc00) != 0) 1715 sparc_emit_set_safe_HIGH64 (temp, high_bits); 1716 if ((high_bits & ~0xfffffc00) != 0) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ggc-page.c | 296 size_t high_bits; member 484 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; local 489 if (table->high_bits == high_bits) 517 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; local 518 while (table->high_bits != high_bits) 544 size_t high_bits = (size_t) p & ~ (size_t) 0xffffffff; local 546 if (table->high_bits == high_bits) 552 table->high_bits = high_bits;
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 1359 unsigned HOST_WIDE_INT high_bits; in sparc_emit_set_const64_quick1() local 1362 high_bits = (~low_bits) & 0xffffffff; in sparc_emit_set_const64_quick1() 1364 high_bits = low_bits; in sparc_emit_set_const64_quick1() 1366 emit_insn (gen_safe_HIGH64 (temp, high_bits)); in sparc_emit_set_const64_quick1() 1370 gen_safe_OR64 (temp, (high_bits & 0x3ff)))); in sparc_emit_set_const64_quick1() 1397 unsigned HOST_WIDE_INT high_bits, in sparc_emit_set_const64_quick2() argument 1403 if ((high_bits & 0xfffffc00) != 0) in sparc_emit_set_const64_quick2() 1405 emit_insn (gen_safe_HIGH64 (temp, high_bits)); in sparc_emit_set_const64_quick2() 1406 if ((high_bits & ~0xfffffc00) != 0) in sparc_emit_set_const64_quick2() 1408 gen_safe_OR64 (temp, (high_bits & 0x3ff)))); in sparc_emit_set_const64_quick2() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-arm.c | 951 unsigned int high_bits; in insert_thumb_branch() local 957 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */ in insert_thumb_branch() 960 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 962 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| H A D | elfxx-mips.c | 7851 bfd_vma high_bits; in _bfd_mips_elf_relocate_section() local 7869 high_bits = addend; in _bfd_mips_elf_relocate_section() 7874 high_bits = sign_bits; in _bfd_mips_elf_relocate_section() 7878 bfd_put_32 (input_bfd, high_bits, in _bfd_mips_elf_relocate_section() 7971 bfd_vma high_bits; in _bfd_mips_elf_relocate_section() local 7991 high_bits = value; in _bfd_mips_elf_relocate_section() 7996 high_bits = sign_bits; in _bfd_mips_elf_relocate_section() 8000 bfd_put_32 (input_bfd, high_bits, in _bfd_mips_elf_relocate_section()
|
| H A D | elf32-arm.c | 2639 unsigned int high_bits; in insert_thumb_branch() local 2645 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */ in insert_thumb_branch() 2648 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 2650 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-arm.c | 1024 unsigned int high_bits; local 1030 high_bits = (rel_off >> 11) & 0x000007FF; /* the top 11 bits */ 1033 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; 1035 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
|
| H A D | elf32-arm.h | 996 unsigned int high_bits; local 1002 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */ 1005 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; 1007 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
|
| H A D | elfxx-mips.c | 6386 bfd_vma high_bits; in _bfd_mips_elf_relocate_section() local 6404 high_bits = addend; in _bfd_mips_elf_relocate_section() 6409 high_bits = sign_bits; in _bfd_mips_elf_relocate_section() 6413 bfd_put_32 (input_bfd, high_bits, in _bfd_mips_elf_relocate_section() 6506 bfd_vma high_bits; in _bfd_mips_elf_relocate_section() local 6526 high_bits = value; in _bfd_mips_elf_relocate_section() 6531 high_bits = sign_bits; in _bfd_mips_elf_relocate_section() 6535 bfd_put_32 (input_bfd, high_bits, in _bfd_mips_elf_relocate_section()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | ixgbe_phy.c | 121 uint8_t high_bits; in ixgbe_read_i2c_combined_generic_int() local 151 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) in ixgbe_read_i2c_combined_generic_int() 165 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.c | 3030 d30v_build_long_insn (high_bits, low_bits, imm, mem) in d30v_build_long_insn() argument 3031 HOST_WIDE_INT high_bits; in d30v_build_long_insn() 3051 emit_insn (gen_iorsi3 (high_word, tmp2, GEN_INT (high_bits)));
|