| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | stor-layout.c | 586 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 D | tree.c | 4768 bitsize_zero_node = bitsize_int (0); 4769 bitsize_one_node = bitsize_int (1); 4770 bitsize_unit_node = bitsize_int (BITS_PER_UNIT);
|
| H A D | tree.h | 2574 #define bitsize_int(L) size_int_wide ((HOST_WIDE_INT) (L), BITSIZETYPE) macro
|
| H A D | c-decl.c | 5291 DECL_SIZE (x) = bitsize_int (width);
|
| H A D | ChangeLog.3 | 9197 (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 D | fold-const.c | 2422 size_int (bitsize), bitsize_int (bitpos));
|
| H A D | ChangeLog.0 | 8013 (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 D | ChangeLog.2 | 5295 (layout_record): Use bitsize_int() to define the type size in bits.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | stor-layout.c | 575 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 D | tree-vect-generic.c | 207 tree index = bitsize_int (0); in expand_vector_piecewise()
|
| H A D | tree-dfa.c | 994 bitsize_int (bitsize)); in get_ref_base_and_extent()
|
| H A D | tree-mudflap.c | 869 bpu = bitsize_int (BITS_PER_UNIT); in mf_xform_derefs_1()
|
| H A D | tree-vect-transform.c | 1005 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 D | tree.c | 6544 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 D | tree.h | 3911 #define bitsize_int(L) size_int_kind (L, BITSIZETYPE) macro
|
| H A D | c-decl.c | 5543 DECL_SIZE (x) = bitsize_int (width); in finish_struct()
|
| H A D | expr.c | 5756 bitsize_int (*pbitsize)); in get_inner_reference()
|
| H A D | fold-const.c | 3454 size_int (bitsize), bitsize_int (bitpos)); in make_bit_field_ref()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | decl.c | 479 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 D | class.c | 3469 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 D | class.c | 3790 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 D | ChangeLog.0 | 560 Use bitsize_int (0L, 0L) as zero for bitsizes. 562 Use bitsize_int (0L, 0L) as zero for bitsizes.
|
| H A D | ChangeLog | 1899 (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 829 bitsize_int (BITS_PER_UNIT)), in objc_build_struct()
|