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

1 2 3 4 5

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
107 base = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize,
dwarf2ctf.cc 576 HOST_WIDE_INT bitsize = ctf_die_bitsize (c); local
606 - bitsize);
620 bitsize,
gimple-ssa-warn-restrict.cc 474 poly_int64 bitsize, bitpos; local
484 base = get_inner_reference (expr, &bitsize, &bitpos, &var_off,
tree-affine.cc 271 poly_int64 bitpos, bitsize, bytepos; local
393 poly_int64 bitpos, bitsize, bytepos; local
438 core = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize, &bitpos,
1009 poly_int64 bitsize, bitpos; local
1014 tree base = get_inner_reference (ref, &bitsize, &bitpos, &toff, &mode,
1031 *size = bits_to_bytes_round_up (bitsize);
tree-dfa.cc 386 poly_offset_int bitsize = -1; local
409 bitsize = GET_MODE_BITSIZE (mode);
413 bitsize = wi::to_poly_offset (size_tree);
419 maxsize = bitsize;
483 /* We need to adjust maxsize to the whole structure bitsize.
525 /* We need to adjust maxsize to the whole array bitsize.
598 bit_offset += bitsize;
664 if (!bitsize.to_shwi (psize) || maybe_lt (*psize, 0))
tsan.cc 153 HOST_WIDE_INT bitpos, bitsize; local
166 bitsize = tree_to_uhwi (DECL_SIZE (expr));
174 bitsize = tree_to_uhwi (TREE_OPERAND (expr, 1));
176 if (bitpos < 0 || bitsize <= 0)
178 size = (bitpos % BITS_PER_UNIT + bitsize + BITS_PER_UNIT - 1)
gimple-range-fold.cc 690 poly_int64 bitsize, bitpos; local
694 tree base = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize,
machmode.h 985 unsigned int bitsize; member in struct:int_n_data_t
991 smallest bitsize to largest bitsize. */
omp-simd-clone.cc 1326 int bitsize = GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (aref))); local
1330 build_nonstandard_integer_type (bitsize, 0),
sanopt.cc 466 poly_int64 bitsize, pbitpos; local
491 base = get_inner_reference (base, &bitsize, &pbitpos, &offset, &mode,
dbxout.cc 2544 poly_int64 bitsize, bitpos;
2549 tem = get_inner_reference (expr, &bitsize, &bitpos, &offset, &mode,
2535 poly_int64 bitsize, bitpos; local
recog.cc 1677 int bitsize = GET_MODE_BITSIZE (int_mode);
1679 if (CONST_WIDE_INT_NUNITS (op) * HOST_BITS_PER_WIDE_INT > bitsize)
1682 if (prec == bitsize)
1674 int bitsize = GET_MODE_BITSIZE (int_mode); local
simplify-rtx.cc 297 poly_int64 bitsize, bitpos, bytepos, toffset_val = 0;
302 = get_inner_reference (decl, &bitsize, &bitpos, &toffset, &mode,
304 if (maybe_ne (bitsize, GET_MODE_BITSIZE (mode))
1233 because we don't know the real bitsize of the partial
4035 /* Canonicalize rotates by constant amount. If op1 is bitsize / 2,
4036 prefer left rotation, if op1 is from bitsize / 2 + 1 to
4037 bitsize - 1, use other direction of rotate with 1 .. bitsize / 2 - 1
6987 have 32 bits or fewer, depending on whether the mode bitsize
7126 have 32 bits or fewer, depending on whether the mode bitsize
293 poly_int64 bitsize, bitpos, bytepos, toffset_val = 0; local
    [all...]
stor-layout.cc 319 if (known_eq (int_n_data[i].bitsize, size)
362 if (known_ge (int_n_data[i].bitsize, size)
363 && known_lt (int_n_data[i].bitsize, GET_MODE_PRECISION (mode))
428 poly_int64 bitsize = GET_MODE_BITSIZE (mode);
437 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial))
445 || maybe_gt (bitsize, MAX_FIXED_MODE_SIZE))
449 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial))
456 return mode_for_size (bitsize, MODE_INT, true);
1507 HOST_WIDE_INT bitsize = tree_to_uhwi (DECL_SIZE (field));
1509 if (rli->remaining_in_alignment < bitsize)
426 poly_int64 bitsize = GET_MODE_BITSIZE (mode); local
1610 unsigned HOST_WIDE_INT bitsize local
2058 unsigned HOST_WIDE_INT bitsize, maxbitsize; local
    [all...]
tree-scalar-evolution.cc 1655 poly_int64 bitsize, bitpos;
1663 &bitsize, &bitpos, &offset, &mode,
1651 poly_int64 bitsize, bitpos; local
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 348 bfd_vma bitpos = 0, bitsize = 0;
384 bitsize = 0;
390 bitsize = psubaux->x_sym.x_misc.x_lnsz.x_size;
406 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
347 bfd_vma bitpos = 0, bitsize = 0; local
coffgrok.h 203 int bitsize; member in struct:coff_where
stabs.c 2301 NAME : [VISIBILITY] TYPENUM , BITPOS , BITSIZE ;
2533 bfd_vma bitsize; local
2616 bitsize = parse_number (pp, (bool *) NULL, p_end);
2624 if (bitpos == 0 && bitsize == 0)
2644 *retp = debug_make_field (dhandle, name, type, bitpos, bitsize, visibility);
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 348 bfd_vma bitpos = 0, bitsize = 0;
384 bitsize = 0;
390 bitsize = psubaux->x_sym.x_misc.x_lnsz.x_size;
406 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
347 bfd_vma bitpos = 0, bitsize = 0; local
coffgrok.h 203 int bitsize; member in struct:coff_where
stabs.c 2301 NAME : [VISIBILITY] TYPENUM , BITPOS , BITSIZE ;
2533 bfd_vma bitsize; local
2616 bitsize = parse_number (pp, (bool *) NULL, p_end);
2624 if (bitpos == 0 && bitsize == 0)
2644 *retp = debug_make_field (dhandle, name, type, bitpos, bitsize, visibility);
  /src/external/gpl3/gcc.old/dist/gcc/d/
intrinsics.cc 305 /* size_t bitsize = sizeof(*ptr) * BITS_PER_UNIT; */
306 tree bitsize = fold_convert (type, TYPE_SIZE (TREE_TYPE (ptr))); local
308 /* ptr[bitnum / bitsize] */
310 bitnum, bitsize));
313 /* mask = 1 << (bitnum % bitsize); */
314 bitnum = fold_build2 (TRUNC_MOD_EXPR, type, bitnum, bitsize);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 224 HOST_WIDE_INT bitpos = 0, bitsize = 0; local
277 bitsize = tree_to_shwi (DECL_SIZE (field));
314 bitsize_int (bitsize), bitsize_int (bitpos));
325 bitsize_int (bitsize), bitsize_int (bitpos));
588 bitsize_int (bitsize), bitsize_int (bitpos));
  /src/external/gpl3/binutils/dist/opcodes/
nds32-asm.h 262 int bitsize; member in struct:nds32_field
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-asm.h 262 int bitsize; member in struct:nds32_field

Completed in 104 milliseconds

1 2 3 4 5