Searched refs:low_bits (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-generic.c151 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
154 low_bits = build_replicated_const (word_type, inner_type, max >> 1);
161 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits);
163 a_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, a, low_bits);
183 tree low_bits, high_bits, b_low, result_low, signs; local
186 low_bits = build_replicated_const (word_type, inner_type, max >> 1);
191 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dtekhex.c585 bfd_vma low_bits = addr & CHUNK_MASK; local
593 if (d->chunk_init[low_bits])
594 *location = d->chunk_data[low_bits];
600 d->chunk_data[low_bits] = *location;
601 d->chunk_init[low_bits] = (*location != 0);
H A Dcoff-arm.c994 unsigned int low_bits;
1000 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1004 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1006 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
993 unsigned int low_bits; local
H A Delfxx-mips.c7986 bfd_vma low_bits;
8004 low_bits = sign_bits;
8009 low_bits = addend;
8012 bfd_put_32 (input_bfd, low_bits,
8106 bfd_vma low_bits;
8126 low_bits = sign_bits;
8131 low_bits = value;
8134 bfd_put_32 (input_bfd, low_bits,
7954 bfd_vma low_bits; local
8074 bfd_vma low_bits; local
H A Delf32-arm.c3977 unsigned int low_bits; local
3983 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
3987 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
3989 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c1361 unsigned HOST_WIDE_INT low_bits, int is_neg)
1366 high_bits = (~low_bits) & 0xffffffff;
1368 high_bits = low_bits;
1381 if ((low_bits & 0x3ff) == 0x3ff)
1391 | (low_bits & 0x3ff)))));
1442 unsigned HOST_WIDE_INT low_bits)
1477 emit_insn (gen_safe_HIGH64 (temp2, low_bits));
1478 if ((low_bits & ~0xfffffc00) != 0)
1481 gen_safe_OR64 (temp2, (low_bits & 0x3ff))));
1493 rtx low1 = GEN_INT ((low_bits >> (3
1356 sparc_emit_set_const64_quick1(rtx op0, rtx temp, unsigned HOST_WIDE_INT low_bits, int is_neg) argument
1436 sparc_emit_set_const64_longway(rtx op0, rtx temp, unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits) argument
1541 analyze_64bit_constant(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits, int *hbsp, int *lbsp, int *abbasp) argument
1605 const64_is_2insns(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits) argument
1634 create_simple_focus_bits(unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits, int lowest_bit_set, int shift) argument
1661 unsigned HOST_WIDE_INT high_bits, low_bits; local
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c121 u8 low_bits; local
153 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
164 *val = (high_bits << 8) | low_bits;

Completed in 184 milliseconds