Home
last modified time | relevance | path

Searched refs:bitsize_int (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c586 bitsize_int (off_align
591 bitsize_int (off_align / BITS_PER_UNIT)),
604 bitsize_int (off_align))),
606 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align));
622 bitsize_int (off_align));
630 = size_binop (FLOOR_MOD_EXPR, *pbitpos, bitsize_int (off_align));
1586 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type)));
1592 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type)));
1603 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type)));
1613 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type)));
[all …]
H A Dtree.c4768 bitsize_zero_node = bitsize_int (0);
4769 bitsize_one_node = bitsize_int (1);
4770 bitsize_unit_node = bitsize_int (BITS_PER_UNIT);
H A Dtree.h2574 #define bitsize_int(L) size_int_wide ((HOST_WIDE_INT) (L), BITSIZETYPE) macro
H A Dc-decl.c5291 DECL_SIZE (x) = bitsize_int (width);
H A DChangeLog.39197 (build_common_tree_nodes): Use size_int and bitsize_int to
12881 (make_bit_field_ref): Remove extra parm to bitsize_int.
12888 (layout_record): Remove extra arg to bitsize_int.
12890 (layout_union): Remove extra arg to bitsize_int.
12892 (layout_type): Remove extra arg to bitsize_int.
12902 (size_int, bitsize_int): Don't use it and rework args.
H A Dfold-const.c2422 size_int (bitsize), bitsize_int (bitpos));
H A DChangeLog.08013 (make_bit_field_ref): Use bitsize_int for bit position.
8017 Use bitsize_int for bit size.
8024 (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
H A DChangeLog.25295 (layout_record): Use bitsize_int() to define the type size in bits.
/openbsd-src/gnu/gcc/gcc/
H A Dstor-layout.c575 bitsize_int (off_align))), in pos_from_bit()
577 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align)); in pos_from_bit()
591 bitsize_int (off_align)); in normalize_offset()
600 = size_binop (FLOOR_MOD_EXPR, *pbitpos, bitsize_int (off_align)); in normalize_offset()
1056 bitsize_int (rli->remaining_in_alignment)); in place_field()
1081 bitsize_int (rli->remaining_in_alignment)); in place_field()
1213 bitsize_int (rli->remaining_in_alignment)); in place_field()
1588 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type))); in layout_type()
1594 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type))); in layout_type()
1605 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type))); in layout_type()
[all …]
H A Dtree-vect-generic.c207 tree index = bitsize_int (0); in expand_vector_piecewise()
H A Dtree-dfa.c994 bitsize_int (bitsize)); in get_ref_base_and_extent()
H A Dtree-mudflap.c869 bpu = bitsize_int (BITS_PER_UNIT); in mf_xform_derefs_1()
H A Dtree-vect-transform.c1005 tree bitpos = bitsize_int (bit_offset); in vect_create_epilog_for_reduction()
1039 bitsize_int (TYPE_VECTOR_SUBPARTS (vectype) - 1), in vect_create_epilog_for_reduction()
H A Dtree.c6544 bitsize_zero_node = bitsize_int (0); in build_common_tree_nodes_2()
6545 bitsize_one_node = bitsize_int (1); in build_common_tree_nodes_2()
6546 bitsize_unit_node = bitsize_int (BITS_PER_UNIT); in build_common_tree_nodes_2()
H A Dtree.h3911 #define bitsize_int(L) size_int_kind (L, BITSIZETYPE) macro
H A Dc-decl.c5543 DECL_SIZE (x) = bitsize_int (width); in finish_struct()
H A Dexpr.c5756 bitsize_int (*pbitsize)); in get_inner_reference()
H A Dfold-const.c3454 size_int (bitsize), bitsize_int (bitpos)); in make_bit_field_ref()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c479 bitsize_zero_node = bitsize_int (0); in java_init_decl_processing()
480 bitsize_one_node = bitsize_int (1); in java_init_decl_processing()
481 bitsize_unit_node = bitsize_int (BITS_PER_UNIT); in java_init_decl_processing()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c3469 bitsize_int (binfo in layout_nonempty_base_or_field()
4546 bitsize_int (BITS_PER_UNIT))); in include_empty_classes()
4855 bitsize_int (BITS_PER_UNIT))), in layout_class_type()
4862 bitsize_int (BITS_PER_UNIT))); in layout_class_type()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c3790 bitsize_int (binfo in layout_nonempty_base_or_field()
4942 bitsize_int (BITS_PER_UNIT))); in include_empty_classes()
5193 bitsize_int (BITS_PER_UNIT))), in layout_class_type()
5200 bitsize_int (BITS_PER_UNIT))); in layout_class_type()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A DChangeLog.0560 Use bitsize_int (0L, 0L) as zero for bitsizes.
562 Use bitsize_int (0L, 0L) as zero for bitsizes.
H A DChangeLog1899 (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c829 bitsize_int (BITS_PER_UNIT)), in objc_build_struct()