Searched refs:low_bits (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/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 154 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_plus_minus() 161 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits); in do_plus_minus() 163 a_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, a, low_bits); in do_plus_minus() 183 tree low_bits, high_bits, b_low, result_low, signs; in do_negate() local 186 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_negate() 191 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits); in do_negate()
|
| H A D | ChangeLog-1998 | 7486 bits do not negate low_bits and make fast_int an int.
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 1364 high_bits = low_bits; in sparc_emit_set_const64_quick1() 1387 | (low_bits & 0x3ff))))); in sparc_emit_set_const64_quick1() 1438 unsigned HOST_WIDE_INT low_bits) in sparc_emit_set_const64_longway() argument 1542 unsigned HOST_WIDE_INT low_bits, in analyze_64bit_constant() argument 1553 && ((low_bits >> i) & 1)) in analyze_64bit_constant() 1586 if ((low_bits & (1 << i)) != 0) in analyze_64bit_constant() 1792 if (low_bits == 0) in sparc_emit_set_const64() 1801 (~low_bits) & 0xfffffc00)) in sparc_emit_set_const64() 1876 if (SPARC_SIMM13_P(low_bits) in sparc_emit_set_const64() 1877 && ((int)low_bits > 0)) in sparc_emit_set_const64() [all …]
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | tekhex.c | 585 bfd_vma low_bits = addr & CHUNK_MASK; in move_section_contents() local 593 if (d->chunk_init[low_bits]) in move_section_contents() 594 *location = d->chunk_data[low_bits]; in move_section_contents() 600 d->chunk_data[low_bits] = *location; in move_section_contents() 601 d->chunk_init[low_bits] = (*location != 0); in move_section_contents()
|
| H A D | coff-arm.c | 993 unsigned int low_bits; in insert_thumb_branch() local 999 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch() 1003 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 1005 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| H A D | elfxx-mips.c | 7954 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local 7972 low_bits = sign_bits; in _bfd_mips_elf_relocate_section() 7977 low_bits = addend; in _bfd_mips_elf_relocate_section() 7980 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section() 8074 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local 8094 low_bits = sign_bits; in _bfd_mips_elf_relocate_section() 8099 low_bits = value; in _bfd_mips_elf_relocate_section() 8102 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section()
|
| H A D | elf32-arm.c | 3977 unsigned int low_bits; in insert_thumb_branch() local 3983 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch() 3987 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 3989 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 122 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local 154 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int() 165 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1798 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1800 return low_bits; in ChopLowBits()
|