Searched refs:low_bits (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | 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()
|
| HD | ChangeLog-1998 | 7486 bits do not negate low_bits and make fast_int an int.
|
| /trueos/contrib/binutils/bfd/ |
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | elf32-arm.c | 3984 unsigned int low_bits; in insert_thumb_branch() local 3990 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch() 3994 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch() 3996 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | sparc.c | 1357 unsigned HOST_WIDE_INT low_bits, int is_neg) in sparc_emit_set_const64_quick1() argument 1362 high_bits = (~low_bits) & 0xffffffff; in sparc_emit_set_const64_quick1() 1364 high_bits = low_bits; in sparc_emit_set_const64_quick1() 1377 if ((low_bits & 0x3ff) == 0x3ff) 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 1473 emit_insn (gen_safe_HIGH64 (temp2, low_bits)); in sparc_emit_set_const64_longway() 1474 if ((low_bits & ~0xfffffc00) != 0) in sparc_emit_set_const64_longway() 1477 gen_safe_OR64 (temp2, (low_bits & 0x3ff)))); in sparc_emit_set_const64_longway() 1489 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); in sparc_emit_set_const64_longway() [all …]
|
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe_phy.c | 121 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local 155 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int() 166 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
|