HomeSort by: relevance | last modified time | path
    Searched refs:bitpos (Results 1 - 25 of 450) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libm/src/
s_nan.c 68 int bitpos; /* index into words (in bits) */ local
82 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
84 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
88 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /src/lib/libc/arch/hppa/string/
ffs.S 46 addi,tr -16,%ret0,%ret0 ; subtract 16 from bitpos
49 addi,tr -8,%ret0,%ret0 ; subtract 8 from bitpos
52 addi,tr -4,%ret0,%ret0 ; subtract 4 from bitpos
55 addi,tr -2,%ret0,%ret0 ; subtract 2 from bitpos
58 addi -1,%ret0,%ret0 ; subtract 1 from bitpos
  /src/external/gpl3/gcc/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
108 &bitpos, &offset, &mode, &unsignedp,
111 poly_int64 bytepos = exact_div (bitpos, BITS_PER_UNIT);
gimple-ssa-store-merging.cc 371 poly_int64 bitsize, bitpos, bytepos; local
383 base_addr = get_inner_reference (ref, &bitsize, &bitpos, &offset, &mode,
403 /* Avoid returning a negative bitpos as this may wreak havoc later. */
415 bitpos += bit_offset.force_shwi ();
420 if (!multiple_p (bitpos, BITS_PER_UNIT, &bytepos))
632 unsigned HOST_WIDE_INT bitpos = tree_to_uhwi (TREE_OPERAND (rhs1, 2)); local
633 if (bitpos % BITS_PER_UNIT == 0
639 bitpos = TYPE_PRECISION (n->type) - bitpos - bitsize;
642 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos))
1709 poly_uint64 bitpos; member in class:__anon13747::store_operand_info
1731 unsigned HOST_WIDE_INT bitpos; member in class:__anon13747::store_immediate_info
2960 unsigned int bitpos = info->bitpos - infof->bitpos; local
5045 poly_int64 bitsize, bitpos; local
5203 poly_uint64 bitsize, bitpos = 0; local
    [all...]
stor-layout.cc 903 rli->bitpos = bitsize_zero_node;
935 bit position BITPOS.
944 bit_from_pos (tree offset, tree bitpos)
946 return size_binop (PLUS_EXPR, bitpos,
952 the bit position BITPOS. */
955 byte_from_pos (tree offset, tree bitpos)
958 if (TREE_CODE (bitpos) == MULT_EXPR
959 && tree_int_cst_equal (TREE_OPERAND (bitpos, 1), bitsize_unit_node))
960 bytepos = TREE_OPERAND (bitpos, 0);
962 bytepos = size_binop (TRUNC_DIV_EXPR, bitpos, bitsize_unit_node)
999 tree offset, bitpos; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
108 &bitpos, &offset, &mode, &unsignedp,
111 poly_int64 bytepos = exact_div (bitpos, BITS_PER_UNIT);
gimple-ssa-store-merging.cc 371 poly_int64 bitsize, bitpos, bytepos; local
383 base_addr = get_inner_reference (ref, &bitsize, &bitpos, &offset, &mode,
403 /* Avoid returning a negative bitpos as this may wreak havoc later. */
415 bitpos += bit_offset.force_shwi ();
420 if (!multiple_p (bitpos, BITS_PER_UNIT, &bytepos))
630 unsigned HOST_WIDE_INT bitpos = tree_to_uhwi (TREE_OPERAND (rhs1, 2)); local
631 if (bitpos % BITS_PER_UNIT == 0
637 bitpos = TYPE_PRECISION (n->type) - bitpos - bitsize;
640 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos))
1625 poly_uint64 bitpos; member in class:__anon16175::store_operand_info
1647 unsigned HOST_WIDE_INT bitpos; member in class:__anon16175::store_immediate_info
2876 unsigned int bitpos = info->bitpos - infof->bitpos; local
4941 poly_int64 bitsize, bitpos; local
5099 poly_uint64 bitsize, bitpos = 0; local
    [all...]
stor-layout.cc 875 rli->bitpos = bitsize_zero_node;
907 bit position BITPOS.
916 bit_from_pos (tree offset, tree bitpos)
918 return size_binop (PLUS_EXPR, bitpos,
924 the bit position BITPOS. */
927 byte_from_pos (tree offset, tree bitpos)
930 if (TREE_CODE (bitpos) == MULT_EXPR
931 && tree_int_cst_equal (TREE_OPERAND (bitpos, 1), bitsize_unit_node))
932 bytepos = TREE_OPERAND (bitpos, 0);
934 bytepos = size_binop (TRUNC_DIV_EXPR, bitpos, bitsize_unit_node)
971 tree offset, bitpos; local
    [all...]
expr.cc 2908 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0;
2982 for (bitpos = 0, xbitpos = padding_correction;
2983 bitpos < bytes * BITS_PER_UNIT;
2984 bitpos += bitsize, xbitpos += bitsize)
2992 /* We need a new destination operand each time bitpos is on
2996 else if (bitpos % BITS_PER_WORD == 0)
2997 dst = operand_subword (target, bitpos / BITS_PER_WORD, 1, tmode);
3000 bitpos for the destination store (left justified). */
3001 store_bit_field (dst, bitsize, bitpos % BITS_PER_WORD, 0, 0, copy_mode,
3019 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0, bytes
2902 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0; local
3013 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0, bytes; local
5037 unsigned HOST_WIDE_INT bitsize, bitpos, bitregion_start, bitregion_end; local
5405 poly_int64 bitsize, bitpos; local
6799 HOST_WIDE_INT bitpos = 0; local
6987 HOST_WIDE_INT bitpos; local
7162 HOST_WIDE_INT bitpos; local
8346 poly_int64 bitsize, bitpos; local
10278 unsigned bitpos = tree_to_uhwi (treeop2); local
11094 poly_int64 bitsize, bitpos, bytepos; local
11556 poly_int64 bitsize, bitpos, bytepos; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
cpu-ns32k.c 370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos);
373 check = relocation << (howto->bitpos - howto->rightshift);
384 if (howto->rightshift > howto->bitpos
388 >> (howto->rightshift - howto->bitpos)));
420 if (howto->rightshift > howto->bitpos
425 >> (howto->rightshift - howto->bitpos)));
470 relocation <<= (bfd_vma) howto->bitpos;
646 if (howto->bitpos == 0)
653 check += add >> howto->bitpos;
    [all...]
reloc.c 303 . unsigned int bitpos:6;
935 relocation <<= (bfd_vma) howto->bitpos;
1121 relocation <<= (bfd_vma) howto->bitpos;
1206 unsigned int bitpos = howto->bitpos; local
1233 b = (x & howto->src_mask & addrmask) >> bitpos;
1262 ss >>= bitpos; local
1311 relocation <<= (bfd_vma) bitpos;
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-ns32k.c 370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos);
373 check = relocation << (howto->bitpos - howto->rightshift);
384 if (howto->rightshift > howto->bitpos
388 >> (howto->rightshift - howto->bitpos)));
420 if (howto->rightshift > howto->bitpos
425 >> (howto->rightshift - howto->bitpos)));
470 relocation <<= (bfd_vma) howto->bitpos;
646 if (howto->bitpos == 0)
653 check += add >> howto->bitpos;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-ns32k.c 370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos);
373 check = relocation << (howto->bitpos - howto->rightshift);
384 if (howto->rightshift > howto->bitpos
388 >> (howto->rightshift - howto->bitpos)));
420 if (howto->rightshift > howto->bitpos
425 >> (howto->rightshift - howto->bitpos)));
470 relocation <<= (bfd_vma) howto->bitpos;
646 if (howto->bitpos == 0)
653 check += add >> howto->bitpos;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cpu-ns32k.c 370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos);
373 check = relocation << (howto->bitpos - howto->rightshift);
384 if (howto->rightshift > howto->bitpos
388 >> (howto->rightshift - howto->bitpos)));
420 if (howto->rightshift > howto->bitpos
425 >> (howto->rightshift - howto->bitpos)));
470 relocation <<= (bfd_vma) howto->bitpos;
646 if (howto->bitpos == 0)
653 check += add >> howto->bitpos;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
typeprint.c 87 unsigned int bitpos,
91 scenario when END_BITPOS can be zero and BITPOS can be >
97 if (end_bitpos > 0 && end_bitpos < bitpos)
100 bitpos, it means there's a hole in the struct, so we report
102 unsigned int hole = bitpos - end_bitpos;
146 unsigned int bitpos = type->field (field_idx).loc_bitpos ();
150 maybe_print_hole (stream, bitpos, "hole");
158 unsigned real_bitpos = bitpos + offset_bitpos;
170 (bitpos + offset_bitpos) / TARGET_CHAR_BIT);
178 end_bitpos = bitpos + fieldsize_bit
145 unsigned int bitpos = type->field (field_idx).loc_bitpos (); local
186 unsigned int bitpos = type->length () * TARGET_CHAR_BIT; local
    [all...]
sparc64-tdep.c 1205 that has type TYPE and is stored at BITPOS in VALBUF in the
1212 const gdb_byte *valbuf, int element, int bitpos)
1222 int regnum = SPARC_F0_REGNUM + element * 2 + bitpos / 32;
1224 valbuf += bitpos / 8;
1242 gdb_assert (bitpos == 0);
1250 gdb_assert (bitpos == 0 || bitpos == 64);
1253 + element + bitpos / 64;
1254 regcache->cooked_write (regnum, valbuf + (bitpos / 8));
1259 gdb_assert (bitpos % 32 == 0 && bitpos >= 0 && bitpos < 128)
    [all...]
typeprint.h 71 /* The offset to be applied to bitpos when PRINT_OFFSETS is true.
111 print. BITPOS is the bitpos of the current field. FOR_WHAT is a
114 void maybe_print_hole (struct ui_file *stream, unsigned int bitpos,
  /src/external/gpl3/gdb/dist/gdb/
typeprint.c 87 unsigned int bitpos,
91 scenario when END_BITPOS can be zero and BITPOS can be >
97 if (end_bitpos > 0 && end_bitpos < bitpos)
100 bitpos, it means there's a hole in the struct, so we report
102 unsigned int hole = bitpos - end_bitpos;
146 unsigned int bitpos = type->field (field_idx).loc_bitpos ();
150 maybe_print_hole (stream, bitpos, "hole");
158 unsigned real_bitpos = bitpos + offset_bitpos;
170 (bitpos + offset_bitpos) / TARGET_CHAR_BIT);
178 end_bitpos = bitpos + fieldsize_bit
145 unsigned int bitpos = type->field (field_idx).loc_bitpos (); local
186 unsigned int bitpos = type->length () * TARGET_CHAR_BIT; local
    [all...]
sparc64-tdep.c 1203 that has type TYPE and is stored at BITPOS in VALBUF in the
1210 const gdb_byte *valbuf, int element, int bitpos)
1220 int regnum = SPARC_F0_REGNUM + element * 2 + bitpos / 32;
1222 valbuf += bitpos / 8;
1240 gdb_assert (bitpos == 0);
1248 gdb_assert (bitpos == 0 || bitpos == 64);
1251 + element + bitpos / 64;
1252 regcache->cooked_write (regnum, valbuf + (bitpos / 8));
1257 gdb_assert (bitpos % 32 == 0 && bitpos >= 0 && bitpos < 128)
    [all...]
typeprint.h 71 /* The offset to be applied to bitpos when PRINT_OFFSETS is true.
111 print. BITPOS is the bitpos of the current field. FOR_WHAT is a
114 void maybe_print_hole (struct ui_file *stream, unsigned int bitpos,
  /src/sys/dev/pci/qat/
qat_hw17reg.h 207 /* Big assumptions that both bitpos and mask are constants */
208 #define FIELD_SET(flags, val, bitpos, mask) \
210 (((flags) & (~((mask) << (bitpos)))) | (((val) & (mask)) << (bitpos)))
212 #define FIELD_GET(flags, bitpos, mask) (((flags) >> (bitpos)) & (mask))
214 #define FLAG_SET(flags, bitpos) (flags) = ((flags) | (1 << (bitpos)))
216 #define FLAG_CLEAR(flags, bitpos) (flags) = ((flags) & (~(1 << (bitpos))))
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
528 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>