| /freebsd-10-stable/contrib/gcc/ |
| D | double-int.c | 32 unsigned HOST_WIDE_INT m; in double_int_mask() 38 m = ((unsigned HOST_WIDE_INT) 2 << (prec - 1)) - 1; in double_int_mask() 39 mask.high = (HOST_WIDE_INT) m; in double_int_mask() 45 mask.low = ((unsigned HOST_WIDE_INT) 2 << (prec - 1)) - 1; in double_int_mask() 88 unsigned HOST_WIDE_INT snum; in double_int_sext() 95 snum = (unsigned HOST_WIDE_INT) cst.high; in double_int_sext() 137 return (HOST_WIDE_INT) cst.low >= 0; in double_int_fits_in_shwi_p() 139 return (HOST_WIDE_INT) cst.low < 0; in double_int_fits_in_shwi_p() 159 HOST_WIDE_INT 162 return (HOST_WIDE_INT) cst.low; in double_int_to_shwi() [all …]
|
| D | tree-ssa-loop-prefetch.c | 179 HOST_WIDE_INT step; /* Step of the reference. */ 186 #define PREFETCH_ALL (~(unsigned HOST_WIDE_INT) 0) 194 HOST_WIDE_INT delta; /* Constant offset of the reference. */ 197 unsigned HOST_WIDE_INT prefetch_mod; 200 unsigned HOST_WIDE_INT prefetch_before; 234 HOST_WIDE_INT step) in find_or_create_group() 264 HOST_WIDE_INT delta, bool write_p) in record_ref() 327 HOST_WIDE_INT *step; /* Step of the memory reference. */ 328 HOST_WIDE_INT *delta; /* Offset of the memory reference. */ 339 HOST_WIDE_INT istep, idelta = 0, imult = 1; in idx_analyze_ref() [all …]
|
| D | double-int.h | 52 unsigned HOST_WIDE_INT low; 53 HOST_WIDE_INT high; 67 shwi_to_double_int (HOST_WIDE_INT cst) in shwi_to_double_int() 71 r.low = (unsigned HOST_WIDE_INT) cst; in shwi_to_double_int() 89 uhwi_to_double_int (unsigned HOST_WIDE_INT cst) in uhwi_to_double_int() 114 HOST_WIDE_INT double_int_to_shwi (double_int); 115 unsigned HOST_WIDE_INT double_int_to_uhwi (double_int); 137 #define ALL_ONES (~((unsigned HOST_WIDE_INT) 0))
|
| D | sreal.h | 31 #define uhwi unsigned HOST_WIDE_INT 48 unsigned HOST_WIDE_INT sig_lo; /* Significant (lower part). */ 49 unsigned HOST_WIDE_INT sig_hi; /* Significant (higher part). */ 51 unsigned HOST_WIDE_INT sig; /* Significant. */ 57 extern sreal *sreal_init (sreal *, unsigned HOST_WIDE_INT, signed int); 58 extern HOST_WIDE_INT sreal_to_int (sreal *);
|
| D | expr.h | 98 HOST_WIDE_INT constant; 433 extern int can_move_by_pieces (unsigned HOST_WIDE_INT, unsigned int); 440 extern int can_store_by_pieces (unsigned HOST_WIDE_INT, 441 rtx (*) (void *, HOST_WIDE_INT, 450 extern rtx store_by_pieces (rtx, unsigned HOST_WIDE_INT, 451 rtx (*) (void *, HOST_WIDE_INT, enum machine_mode), 556 extern HOST_WIDE_INT int_expr_size (tree); 629 extern rtx adjust_address_1 (rtx, enum machine_mode, HOST_WIDE_INT, int, int); 631 HOST_WIDE_INT, int); 636 extern rtx offset_address (rtx, rtx, unsigned HOST_WIDE_INT); [all …]
|
| D | output.h | 117 typedef HOST_WIDE_INT __gcc_host_wide_int__; 210 extern void assemble_zeros (unsigned HOST_WIDE_INT); 306 extern void output_constant (tree, unsigned HOST_WIDE_INT, unsigned int); 390 extern void default_function_pro_epilogue (FILE *, HOST_WIDE_INT); 510 unsigned HOST_WIDE_INT size, 511 unsigned HOST_WIDE_INT rounded); 559 extern rtx get_section_anchor (struct object_block *, HOST_WIDE_INT, 562 unsigned HOST_WIDE_INT, 588 extern section *default_select_section (tree, int, unsigned HOST_WIDE_INT); 589 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT); [all …]
|
| D | hooks.h | 35 extern bool hook_bool_tree_hwi_hwi_tree_false (tree, HOST_WIDE_INT, HOST_WIDE_INT, 37 extern bool hook_bool_tree_hwi_hwi_tree_true (tree, HOST_WIDE_INT, HOST_WIDE_INT, 65 extern bool default_can_output_mi_thunk_no_vcall (tree, HOST_WIDE_INT, 66 HOST_WIDE_INT, tree);
|
| D | expmed.c | 41 static void store_fixed_bit_field (rtx, unsigned HOST_WIDE_INT, 42 unsigned HOST_WIDE_INT, 43 unsigned HOST_WIDE_INT, rtx); 44 static void store_split_bit_field (rtx, unsigned HOST_WIDE_INT, 45 unsigned HOST_WIDE_INT, rtx); 47 unsigned HOST_WIDE_INT, 48 unsigned HOST_WIDE_INT, 49 unsigned HOST_WIDE_INT, rtx, int); 52 static rtx extract_split_bit_field (rtx, unsigned HOST_WIDE_INT, 53 unsigned HOST_WIDE_INT, int); [all …]
|
| D | dwarf2asm.h | 24 extern void dw2_asm_output_data (int, unsigned HOST_WIDE_INT, 50 extern void dw2_asm_output_data_uleb128 (unsigned HOST_WIDE_INT, 54 extern void dw2_asm_output_data_sleb128 (HOST_WIDE_INT, 62 extern int size_of_uleb128 (unsigned HOST_WIDE_INT); 63 extern int size_of_sleb128 (HOST_WIDE_INT);
|
| D | alias.h | 24 extern HOST_WIDE_INT new_alias_set (void); 25 extern HOST_WIDE_INT get_varargs_alias_set (void); 26 extern HOST_WIDE_INT get_frame_alias_set (void); 33 #define ALIAS_SET_MEMORY_BARRIER ((HOST_WIDE_INT) -1)
|
| D | target.h | 125 void (* function_prologue) (FILE *, HOST_WIDE_INT); 134 void (* function_epilogue) (FILE *, HOST_WIDE_INT); 154 section *(* select_section) (tree, int, unsigned HOST_WIDE_INT); 159 unsigned HOST_WIDE_INT); 180 HOST_WIDE_INT delta, HOST_WIDE_INT vcall_offset, 189 bool (* can_output_mi_thunk) (tree thunk_decl, HOST_WIDE_INT delta, 190 HOST_WIDE_INT vcall_offset, 495 HOST_WIDE_INT min_anchor_offset; 496 HOST_WIDE_INT max_anchor_offset; 522 unsigned HOST_WIDE_INT (* shift_truncation_mask) (enum machine_mode mode);
|
| D | simplify-rtx.c | 51 ((((HOST_WIDE_INT) low) < 0) ? ((HOST_WIDE_INT) -1) : ((HOST_WIDE_INT) 0)) 81 unsigned HOST_WIDE_INT val; in mode_signbit_p() 105 val &= ((unsigned HOST_WIDE_INT) 1 << width) - 1; in mode_signbit_p() 106 return val == ((unsigned HOST_WIDE_INT) 1 << (width - 1)); in mode_signbit_p() 138 HOST_WIDE_INT offset = 0; in avoid_constant_pool_reference() 674 && ((HOST_WIDE_INT) STORE_FLAG_VALUE & ~GET_MODE_MASK (mode)) == 0) in simplify_unary_operation_1() 771 & ((HOST_WIDE_INT) 1 in simplify_unary_operation_1() 943 HOST_WIDE_INT hv, lv; in simplify_const_unary_operation() 959 HOST_WIDE_INT hv, lv; in simplify_const_unary_operation() 987 HOST_WIDE_INT arg0 = INTVAL (op); in simplify_const_unary_operation() [all …]
|
| D | tree.h | 1285 (((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (A) \ 1286 < (unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (B)) \ 1287 || (((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (A) \ 1288 == (unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (B)) \ 2078 (((unsigned HOST_WIDE_INT) 1) \ 2176 HOST_WIDE_INT alias_set; 2418 unsigned HOST_WIDE_INT offset; 2421 unsigned HOST_WIDE_INT size; 2634 HOST_WIDE_INT pointer_alias_set; 2712 (((unsigned HOST_WIDE_INT)1) << FIELD_DECL_CHECK (NODE)->decl_common.off_align) [all …]
|
| D | hooks.c | 97 HOST_WIDE_INT b ATTRIBUTE_UNUSED, in hook_bool_tree_hwi_hwi_tree_false() 98 HOST_WIDE_INT c ATTRIBUTE_UNUSED, in hook_bool_tree_hwi_hwi_tree_false() 106 HOST_WIDE_INT b ATTRIBUTE_UNUSED, in hook_bool_tree_hwi_hwi_tree_true() 107 HOST_WIDE_INT c ATTRIBUTE_UNUSED, in hook_bool_tree_hwi_hwi_tree_true() 130 HOST_WIDE_INT b ATTRIBUTE_UNUSED, in default_can_output_mi_thunk_no_vcall() 131 HOST_WIDE_INT c, in default_can_output_mi_thunk_no_vcall()
|
| D | varasm.c | 110 static HOST_WIDE_INT const_alias_set; 125 static unsigned HOST_WIDE_INT array_size_for_constructor (tree); 127 static void output_constructor (tree, unsigned HOST_WIDE_INT, unsigned int); 132 unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT); 136 unsigned HOST_WIDE_INT, int) 357 HOST_WIDE_INT offset) in create_block_symbol() 489 unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED, in asm_output_bss() 490 unsigned HOST_WIDE_INT rounded) in asm_output_bss() 515 const char *name, unsigned HOST_WIDE_INT size, in asm_output_aligned_bss() 654 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED, in mergeable_string_section() [all …]
|
| D | fold-const.c | 90 static void encode (HOST_WIDE_INT *, unsigned HOST_WIDE_INT, HOST_WIDE_INT); 91 static void decode (HOST_WIDE_INT *, unsigned HOST_WIDE_INT *, HOST_WIDE_INT *); 110 static tree decode_field_reference (tree, HOST_WIDE_INT *, HOST_WIDE_INT *, 163 ((x) & (((unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT / 2)) - 1)) 165 ((unsigned HOST_WIDE_INT) (x) >> HOST_BITS_PER_WIDE_INT / 2) 166 #define BASE ((unsigned HOST_WIDE_INT) 1 << HOST_BITS_PER_WIDE_INT / 2) 173 encode (HOST_WIDE_INT *words, unsigned HOST_WIDE_INT low, HOST_WIDE_INT hi) in encode() 186 decode (HOST_WIDE_INT *words, unsigned HOST_WIDE_INT *low, in decode() 187 HOST_WIDE_INT *hi) in decode() 212 unsigned HOST_WIDE_INT low; in force_fit_type() [all …]
|
| D | stor-layout.c | 61 static int excess_unit_span (HOST_WIDE_INT, HOST_WIDE_INT, HOST_WIDE_INT, 62 HOST_WIDE_INT, tree); 193 unsigned HOST_WIDE_INT uhwi; in mode_for_size_tree() 799 excess_unit_span (HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, in excess_unit_span() 800 HOST_WIDE_INT size, HOST_WIDE_INT align, tree type) in excess_unit_span() 804 unsigned HOST_WIDE_INT offset = byte_offset * BITS_PER_UNIT + bit_offset; in excess_unit_span() 808 > ((unsigned HOST_WIDE_INT) tree_low_cst (TYPE_SIZE (type), 1) in excess_unit_span() 952 HOST_WIDE_INT field_size = tree_low_cst (dsize, 1); in place_field() 953 HOST_WIDE_INT offset = tree_low_cst (rli->offset, 0); in place_field() 954 HOST_WIDE_INT bit_offset = tree_low_cst (rli->bitpos, 0); in place_field() [all …]
|
| D | tree-object-size.c | 42 static unsigned HOST_WIDE_INT unknown[4] = { -1, -1, 0, 0 }; 45 static unsigned HOST_WIDE_INT addr_object_size (tree, int); 46 static unsigned HOST_WIDE_INT alloc_object_size (tree, int); 51 unsigned HOST_WIDE_INT); 65 static unsigned HOST_WIDE_INT *object_sizes[4]; 71 static unsigned HOST_WIDE_INT offset_limit; 153 static unsigned HOST_WIDE_INT 168 && (unsigned HOST_WIDE_INT) in addr_object_size() 227 static unsigned HOST_WIDE_INT 321 unsigned HOST_WIDE_INT [all …]
|
| D | hwint.h | 55 # define HOST_WIDE_INT long macro 59 # define HOST_WIDE_INT long long macro 63 # define HOST_WIDE_INT __int64 macro 100 # define HOST_WIDEST_INT HOST_WIDE_INT
|
| D | rtlanal.c | 49 static unsigned HOST_WIDE_INT cached_nonzero_bits (rtx, enum machine_mode, 51 unsigned HOST_WIDE_INT); 52 static unsigned HOST_WIDE_INT nonzero_bits1 (rtx, enum machine_mode, rtx, 54 unsigned HOST_WIDE_INT); 284 HOST_WIDE_INT offset; in rtx_addr_can_trap_p_1() 450 HOST_WIDE_INT 3325 unsigned HOST_WIDE_INT 3341 static unsigned HOST_WIDE_INT 3344 unsigned HOST_WIDE_INT known_ret) in cached_nonzero_bits() 3394 static unsigned HOST_WIDE_INT [all …]
|
| D | var-tracking.c | 142 HOST_WIDE_INT adjust; 180 HOST_WIDE_INT offset; 187 HOST_WIDE_INT stack_adjust; 234 HOST_WIDE_INT offset; 281 static void stack_adjust_offset_pre_post (rtx, HOST_WIDE_INT *, 282 HOST_WIDE_INT *); 283 static void insn_stack_adjust_offset_pre_post (rtx, HOST_WIDE_INT *, 284 HOST_WIDE_INT *); 287 static rtx adjust_stack_reference (rtx, HOST_WIDE_INT); 294 static attrs attrs_list_member (attrs, tree, HOST_WIDE_INT); [all …]
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | arm-protos.h | 37 extern HOST_WIDE_INT arm_compute_initial_elimination_offset (unsigned int, 39 extern HOST_WIDE_INT thumb_compute_initial_elimination_offset (unsigned int, 52 extern int const_ok_for_arm (HOST_WIDE_INT); 54 HOST_WIDE_INT, rtx, rtx, int); 62 extern int thumb_legitimate_offset_p (enum machine_mode, HOST_WIDE_INT); 85 extern int load_multiple_sequence (rtx *, int, int *, int *, HOST_WIDE_INT *); 87 extern int store_multiple_sequence (rtx *, int, int *, int *, HOST_WIDE_INT *); 90 rtx, HOST_WIDE_INT *); 92 rtx, HOST_WIDE_INT *); 96 HOST_WIDE_INT); [all …]
|
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | mips-protos.h | 143 extern void mips_move_integer (rtx, rtx, unsigned HOST_WIDE_INT); 196 extern HOST_WIDE_INT mips_debugger_offset (rtx, HOST_WIDE_INT); 204 unsigned HOST_WIDE_INT, int); 206 unsigned HOST_WIDE_INT, 209 const char *, unsigned HOST_WIDE_INT, 218 extern HOST_WIDE_INT compute_frame_size (HOST_WIDE_INT); 219 extern HOST_WIDE_INT mips_initial_elimination_offset (int, int);
|
| /freebsd-10-stable/contrib/gcc/config/s390/ |
| D | s390-protos.h | 28 extern int s390_O_constraint_str (const char c, HOST_WIDE_INT value); 29 extern int s390_N_constraint_str (const char *str, HOST_WIDE_INT value); 39 extern HOST_WIDE_INT s390_initial_elimination_offset (int, int); 51 extern int s390_const_ok_for_constraint_p (HOST_WIDE_INT, int, const char *); 54 extern unsigned HOST_WIDE_INT s390_extract_part (rtx, enum machine_mode, int); 56 extern bool s390_overlap_p (rtx, rtx, HOST_WIDE_INT); 116 extern bool s390_decompose_shift_count (rtx, rtx *, HOST_WIDE_INT *);
|
| /freebsd-10-stable/gnu/usr.bin/cc/cc_tools/ |
| D | size-host.h | 23 #ifdef HOST_WIDE_INT 24 # undef HOST_WIDE_INT 34 #define HOST_WIDE_INT long macro 38 #define HOST_WIDE_INT long long macro
|