HomeSort by: relevance | last modified time | path
    Searched defs:low_bits (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
cache_bin.h 362 uint16_t low_bits = (uint16_t)(uintptr_t)bin->stack_head; local
369 if (likely(low_bits != bin->low_bits_low_water)) {
383 if (likely(low_bits != bin->low_bits_empty)) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
cache_bin.h 362 uint16_t low_bits = (uint16_t)(uintptr_t)bin->stack_head; local
369 if (likely(low_bits != bin->low_bits_low_water)) {
383 if (likely(low_bits != bin->low_bits_empty)) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 396 cache_bin_sz_t low_bits = (cache_bin_sz_t)(uintptr_t)bin->stack_head; local
403 if (likely(low_bits != bin->low_bits_low_water)) {
417 if (likely(low_bits != bin->low_bits_empty)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 396 cache_bin_sz_t low_bits = (cache_bin_sz_t)(uintptr_t)bin->stack_head; local
403 if (likely(low_bits != bin->low_bits_low_water)) {
417 if (likely(low_bits != bin->low_bits_empty)) {
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 125 u8 low_bits; local
157 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
167 *val = (high_bits << 8) | low_bits;
  /src/external/gpl3/binutils/dist/bfd/
tekhex.c 651 bfd_vma low_bits = addr & CHUNK_MASK; local
666 *location = d->chunk_data[low_bits];
672 d->chunk_data[low_bits] = *location;
673 d->chunk_init[low_bits / CHUNK_SPAN] = 1;
coff-arm.c 1001 unsigned int low_bits;
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1013 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
1000 unsigned int low_bits; local
elfxx-mips.c 10732 bfd_vma low_bits;
10750 low_bits = sign_bits;
10755 low_bits = addend;
10758 bfd_put_32 (input_bfd, low_bits,
10889 bfd_vma low_bits;
10909 low_bits = sign_bits;
10914 low_bits = value;
10917 bfd_put_32 (input_bfd, low_bits,
10698 bfd_vma low_bits; local
10855 bfd_vma low_bits; local
  /src/external/gpl3/binutils.old/dist/bfd/
tekhex.c 651 bfd_vma low_bits = addr & CHUNK_MASK; local
666 *location = d->chunk_data[low_bits];
672 d->chunk_data[low_bits] = *location;
673 d->chunk_init[low_bits / CHUNK_SPAN] = 1;
coff-arm.c 1001 unsigned int low_bits;
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1013 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
1000 unsigned int low_bits; local
elfxx-mips.c 10707 bfd_vma low_bits;
10725 low_bits = sign_bits;
10730 low_bits = addend;
10733 bfd_put_32 (input_bfd, low_bits,
10864 bfd_vma low_bits;
10884 low_bits = sign_bits;
10889 low_bits = value;
10892 bfd_put_32 (input_bfd, low_bits,
10673 bfd_vma low_bits; local
10830 bfd_vma low_bits; local
  /src/external/gpl3/gdb.old/dist/bfd/
tekhex.c 649 bfd_vma low_bits = addr & CHUNK_MASK; local
662 *location = d->chunk_data[low_bits];
668 d->chunk_data[low_bits] = *location;
669 d->chunk_init[low_bits / CHUNK_SPAN] = 1;
coff-arm.c 1001 unsigned int low_bits;
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1013 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
1000 unsigned int low_bits; local
elfxx-mips.c 10602 bfd_vma low_bits;
10620 low_bits = sign_bits;
10625 low_bits = addend;
10628 bfd_put_32 (input_bfd, low_bits,
10759 bfd_vma low_bits;
10779 low_bits = sign_bits;
10784 low_bits = value;
10787 bfd_put_32 (input_bfd, low_bits,
10568 bfd_vma low_bits; local
10725 bfd_vma low_bits; local
  /src/external/gpl3/gdb/dist/bfd/
tekhex.c 651 bfd_vma low_bits = addr & CHUNK_MASK; local
666 *location = d->chunk_data[low_bits];
672 d->chunk_data[low_bits] = *location;
673 d->chunk_init[low_bits / CHUNK_SPAN] = 1;
coff-arm.c 1001 unsigned int low_bits;
1007 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1013 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
1000 unsigned int low_bits; local
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 235 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
238 low_bits = build_replicated_int_cst (word_type, width, max >> 1);
245 b_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, b, low_bits);
247 a_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, a, low_bits);
269 tree low_bits, high_bits, b_low, result_low, signs; local
272 low_bits = build_replicated_int_cst (word_type, width, max >> 1);
277 b_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, b, low_bits);
range-op.cc 2723 unsigned low_bits = TYPE_PRECISION (utype) - shift.to_uhwi (); local
2724 wide_int up_mask = wi::mask (low_bits, true, TYPE_PRECISION (utype));
2726 wide_int new_lb = wi::set_bit (tmp_range.lower_bound (), low_bits);
combine.cc 13045 unsigned HOST_WIDE_INT low_bits
13049 if (low_bits == 0 || !equality_comparison_p)
13058 if (low_bits != 0
13004 unsigned HOST_WIDE_INT low_bits local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 272 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
275 low_bits = build_replicated_const (word_type, width, max >> 1);
282 b_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, b, low_bits);
284 a_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, a, low_bits);
306 tree low_bits, high_bits, b_low, result_low, signs; local
309 low_bits = build_replicated_const (word_type, width, max >> 1);
314 b_low = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, b, low_bits);
range-op.cc 2135 unsigned low_bits = TYPE_PRECISION (utype) local
2137 wide_int up_mask = wi::mask (low_bits, true, TYPE_PRECISION (utype));
2139 wide_int new_lb = wi::set_bit (tmp_range.lower_bound (), low_bits);
combine.cc 12903 unsigned HOST_WIDE_INT low_bits
12907 if (low_bits == 0 || !equality_comparison_p)
12916 if (low_bits != 0
12862 unsigned HOST_WIDE_INT low_bits local
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1753 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1755 return low_bits;
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2734 unsigned HOST_WIDE_INT low_bits, int is_neg)
2739 high_bits = (~low_bits) & 0xffffffff;
2741 high_bits = low_bits;
2753 if ((low_bits & 0x3ff) == 0x3ff)
2762 | (low_bits & 0x3ff)))));
2811 unsigned HOST_WIDE_INT low_bits)
2842 emit_insn (gen_safe_HIGH64 (temp2, low_bits));
2843 if ((low_bits & ~0xfffffc00) != 0)
2846 gen_safe_OR64 (temp2, (low_bits & 0x3ff))));
2856 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff)
3019 unsigned HOST_WIDE_INT high_bits, low_bits; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2742 unsigned HOST_WIDE_INT low_bits, int is_neg)
2747 high_bits = (~low_bits) & 0xffffffff;
2749 high_bits = low_bits;
2761 if ((low_bits & 0x3ff) == 0x3ff)
2770 | (low_bits & 0x3ff)))));
2819 unsigned HOST_WIDE_INT low_bits)
2850 emit_insn (gen_safe_HIGH64 (temp2, low_bits));
2851 if ((low_bits & ~0xfffffc00) != 0)
2854 gen_safe_OR64 (temp2, (low_bits & 0x3ff))));
2864 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff)
3027 unsigned HOST_WIDE_INT high_bits, low_bits; local
    [all...]

Completed in 157 milliseconds

1 2