/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | boehm.c | 36 unsigned HOST_WIDE_INT *, 37 unsigned HOST_WIDE_INT *, 41 HOST_WIDE_INT *)); 43 unsigned HOST_WIDE_INT *, 50 unsigned HOST_WIDE_INT *low, *high; in set_bit() 53 HOST_WIDE_INT *which; 63 *which |= (HOST_WIDE_INT) 1 << n; 76 HOST_WIDE_INT *last_view_index; 90 HOST_WIDE_INT offset; 91 HOST_WIDE_INT size_bytes; [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | double-int.c | 32 unsigned HOST_WIDE_INT m; in double_int_mask() 39 mask.high = (HOST_WIDE_INT) m; in double_int_mask() 88 unsigned HOST_WIDE_INT snum; in double_int_sext() 159 HOST_WIDE_INT 162 return (HOST_WIDE_INT) cst.low; in double_int_to_shwi() 168 unsigned HOST_WIDE_INT 330 if ((unsigned HOST_WIDE_INT) a.high < (unsigned HOST_WIDE_INT) b.high) in double_int_ucmp() 332 if ((unsigned HOST_WIDE_INT) a.high > (unsigned HOST_WIDE_INT) b.high) in double_int_ucmp() 352 if ((HOST_WIDE_INT) a.low < (HOST_WIDE_INT) b.low) in double_int_scmp() 354 if ((HOST_WIDE_INT) a.low > (HOST_WIDE_INT) b.low) in double_int_scmp() [all …]
|
H A 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))
|
H A 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 *);
|
H A D | tree-ssa-loop-prefetch.c | 197 unsigned HOST_WIDE_INT prefetch_mod; 234 HOST_WIDE_INT step) in find_or_create_group() 397 HOST_WIDE_INT *step, HOST_WIDE_INT *delta, in analyze_ref() 402 HOST_WIDE_INT bit_offset; in analyze_ref() 440 HOST_WIDE_INT step, delta; in gather_memory_references_ref() 525 static HOST_WIDE_INT 526 ddown (HOST_WIDE_INT x, unsigned HOST_WIDE_INT by) in ddown() 547 HOST_WIDE_INT hit_from; in prune_ref_by_group_reuse() 627 if ((unsigned HOST_WIDE_INT) delta in prune_ref_by_group_reuse() 639 if ((unsigned HOST_WIDE_INT) delta in prune_ref_by_group_reuse() [all …]
|
H A 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);
|
H A 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);
|
H A D | output.h | 117 typedef HOST_WIDE_INT __gcc_host_wide_int__; 209 extern void assemble_zeros (unsigned HOST_WIDE_INT); 305 extern void output_constant (tree, unsigned HOST_WIDE_INT, unsigned int); 389 extern void default_function_pro_epilogue (FILE *, HOST_WIDE_INT); 509 unsigned HOST_WIDE_INT size, 510 unsigned HOST_WIDE_INT rounded); 558 extern rtx get_section_anchor (struct object_block *, HOST_WIDE_INT, 561 unsigned HOST_WIDE_INT, 587 extern section *default_select_section (tree, int, unsigned HOST_WIDE_INT); 593 unsigned HOST_WIDE_INT); [all …]
|
H A D | expr.h | 98 HOST_WIDE_INT constant; 441 extern int can_store_by_pieces (unsigned HOST_WIDE_INT, 442 rtx (*) (void *, HOST_WIDE_INT, 451 extern rtx store_by_pieces (rtx, unsigned HOST_WIDE_INT, 452 rtx (*) (void *, HOST_WIDE_INT, enum machine_mode), 557 extern HOST_WIDE_INT int_expr_size (tree); 632 HOST_WIDE_INT, int); 714 extern void probe_stack_range (HOST_WIDE_INT, rtx); 728 extern rtx store_bit_field (rtx, unsigned HOST_WIDE_INT, 729 unsigned HOST_WIDE_INT, enum machine_mode, rtx); [all …]
|
H A D | expmed.c | 42 unsigned HOST_WIDE_INT, 47 unsigned HOST_WIDE_INT, 48 unsigned HOST_WIDE_INT, 1871 HOST_WIDE_INT low, high; in lshift_value() 2404 unsigned HOST_WIDE_INT t; 2442 static unsigned HOST_WIDE_INT choose_multiplier (unsigned HOST_WIDE_INT, int, 2444 static unsigned HOST_WIDE_INT invert_mod2n (unsigned HOST_WIDE_INT, int); 2464 unsigned HOST_WIDE_INT q; in synth_mult() 3263 unsigned HOST_WIDE_INT 3336 unsigned HOST_WIDE_INT mask = ((unsigned HOST_WIDE_INT) 1 << n) - 1; in choose_multiplier() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | hooks.h | 28 PARAMS ((tree, HOST_WIDE_INT, HOST_WIDE_INT, tree)); 30 PARAMS ((tree, HOST_WIDE_INT, HOST_WIDE_INT, tree)); 43 PARAMS ((tree, HOST_WIDE_INT, HOST_WIDE_INT, tree));
|
H A D | expr.h | 77 HOST_WIDE_INT constant; 342 HOST_WIDE_INT)); 438 rtx (*) (PTR, HOST_WIDE_INT, 447 rtx (*) (PTR, HOST_WIDE_INT, 640 rtx, HOST_WIDE_INT, int)); 679 HOST_WIDE_INT)); 761 unsigned HOST_WIDE_INT, 762 enum machine_mode, rtx, HOST_WIDE_INT)); 764 unsigned HOST_WIDE_INT, int, rtx, 766 HOST_WIDE_INT)); [all …]
|
H A D | simplify-rtx.c | 82 ((((HOST_WIDE_INT) low) < 0) ? ((HOST_WIDE_INT) -1) : ((HOST_WIDE_INT) 0)) 429 HOST_WIDE_INT hv, lv; 445 HOST_WIDE_INT hv, lv; 474 HOST_WIDE_INT val; 569 HOST_WIDE_INT h1, hv; 626 && (lv & ((HOST_WIDE_INT) 1 683 HOST_WIDE_INT i; 781 HOST_WIDE_INT val; 902 if ((unsigned HOST_WIDE_INT) h1 < (unsigned HOST_WIDE_INT) h2 912 if ((unsigned HOST_WIDE_INT) h1 > (unsigned HOST_WIDE_INT) h2 [all …]
|
H A D | target.h | 80 void (* function_prologue) PARAMS ((FILE *, HOST_WIDE_INT)); 89 void (* function_epilogue) PARAMS ((FILE *, HOST_WIDE_INT)); 106 void (* select_section) PARAMS ((tree, int, unsigned HOST_WIDE_INT)); 111 unsigned HOST_WIDE_INT)); 129 HOST_WIDE_INT delta, 130 HOST_WIDE_INT vcall_offset, 140 HOST_WIDE_INT delta, 141 HOST_WIDE_INT vcall_offset,
|
H A D | hooks.c | 62 HOST_WIDE_INT b ATTRIBUTE_UNUSED; 63 HOST_WIDE_INT c ATTRIBUTE_UNUSED; 72 HOST_WIDE_INT b ATTRIBUTE_UNUSED; 73 HOST_WIDE_INT c ATTRIBUTE_UNUSED; 82 HOST_WIDE_INT b ATTRIBUTE_UNUSED; 83 HOST_WIDE_INT c;
|
H A D | tree.h | 738 HOST_WIDE_INT high; 1862 HOST_WIDE_INT i; 2242 build_int_2_wide ((unsigned HOST_WIDE_INT) (LO), (HOST_WIDE_INT) (HI)) 2903 extern int add_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT, 2904 unsigned HOST_WIDE_INT, HOST_WIDE_INT, 2907 extern int neg_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT, 2911 HOST_WIDE_INT, 2912 unsigned HOST_WIDE_INT, HOST_WIDE_INT, 2915 extern void lshift_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT, 3079 HOST_WIDE_INT, [all …]
|
H A D | dwarf2asm.h | 24 extern void dw2_asm_output_data PARAMS ((int, unsigned HOST_WIDE_INT, 57 extern void dw2_asm_output_data_uleb128 PARAMS ((unsigned HOST_WIDE_INT, 61 extern void dw2_asm_output_data_sleb128 PARAMS ((HOST_WIDE_INT, 73 extern int size_of_uleb128 PARAMS ((unsigned HOST_WIDE_INT)); 74 extern int size_of_sleb128 PARAMS ((HOST_WIDE_INT));
|
H A D | protector.c | 102 PARAMS ((tree block, HOST_WIDE_INT sweep_offset, HOST_WIDE_INT size)); 104 PARAMS ((tree parms, HOST_WIDE_INT sweep_offset, HOST_WIDE_INT size)); 106 PARAMS ((rtx insn, HOST_WIDE_INT sweep_offset, HOST_WIDE_INT size)); 109 HOST_WIDE_INT sweep_offset, HOST_WIDE_INT size)); 1947 HOST_WIDE_INT 1966 PARAMS ((HOST_WIDE_INT var_size, HOST_WIDE_INT boundary)); 1968 PARAMS ((tree block, HOST_WIDE_INT push_size, HOST_WIDE_INT boundary)); 1972 PARAMS ((rtx insn, HOST_WIDE_INT push_size, HOST_WIDE_INT boundary)); 1975 HOST_WIDE_INT push_size, HOST_WIDE_INT boundary)); 1977 PARAMS ((HOST_WIDE_INT push_size, HOST_WIDE_INT boundary)); [all …]
|
/openbsd/gnu/gcc/gcc/config/xtensa/ |
H A D | xtensa-protos.h | 26 extern bool xtensa_simm8 (HOST_WIDE_INT); 27 extern bool xtensa_simm8x256 (HOST_WIDE_INT); 28 extern bool xtensa_simm12b (HOST_WIDE_INT); 29 extern bool xtensa_b4const_or_zero (HOST_WIDE_INT); 30 extern bool xtensa_b4constu (HOST_WIDE_INT); 31 extern bool xtensa_mask_immediate (HOST_WIDE_INT); 32 extern bool xtensa_const_ok_for_letter_p (HOST_WIDE_INT, int);
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A 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 …]
|
/openbsd/gnu/gcc/gcc/config/score/ |
H A D | score-mdaux.c | 222 HOST_WIDE_INT offset; in mda_compute_frame_size() 240 HOST_WIDE_INT size; in mdx_prologue() 307 HOST_WIDE_INT size; in mdx_epilogue() 433 HOST_WIDE_INT offset; in mda_symbolic_constant_p() 638 HOST_WIDE_INT v; in mdp_limm() 724 HOST_WIDE_INT leftover; in mdx_block_move_straight() 739 HOST_WIDE_INT offset = 0; in mdx_block_move_straight() 756 HOST_WIDE_INT offset = 0; in mdx_block_move_straight() 858 HOST_WIDE_INT leftover; in mdx_block_move_loop_foot() 918 HOST_WIDE_INT loop_mov_bytes; in mdx_block_move_loop() [all …]
|
H A D | score-mdaux.h | 45 HOST_WIDE_INT total_size; /* bytes that the entire frame takes up */ 46 HOST_WIDE_INT var_size; /* bytes that variables take up */ 47 HOST_WIDE_INT args_size; /* bytes that outgoing arguments take up */ 48 HOST_WIDE_INT gp_reg_size; /* bytes needed to store gp regs */ 49 HOST_WIDE_INT gp_sp_offset; /* offset from new sp to store gp registers */ 50 HOST_WIDE_INT cprestore_size; /* # bytes that the .cprestore slot takes up */ 63 struct score_frame_info *mda_compute_frame_size (HOST_WIDE_INT size);
|
H A D | score-conv.h | 48 #define UIMM_IN_RANGE(V, W) ((V) >= 0 && (V) < ((HOST_WIDE_INT) 1 << (W))) 51 ((V) >= (-1 * ((HOST_WIDE_INT) 1 << ((W) - 1))) \ 52 && (V) < (1 * ((HOST_WIDE_INT) 1 << ((W) - 1)))) 58 ((V) >= ((unsigned HOST_WIDE_INT) 1 << (E1)) \ 59 && (V) <= ((unsigned HOST_WIDE_INT) 1 << (E2)) \ 71 (((VALUE) + 0x8000) & ~(unsigned HOST_WIDE_INT) 0xffff)
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha-protos.h | 26 extern int zap_mask (HOST_WIDE_INT); 30 extern HOST_WIDE_INT alpha_initial_elimination_offset (unsigned int, 38 extern bool alpha_const_ok_for_letter_p (HOST_WIDE_INT, int); 55 extern rtx get_unaligned_offset (rtx, HOST_WIDE_INT); 70 extern void alpha_expand_unaligned_load (rtx, rtx, HOST_WIDE_INT, 71 HOST_WIDE_INT, int); 72 extern void alpha_expand_unaligned_store (rtx, rtx, HOST_WIDE_INT, 73 HOST_WIDE_INT); 76 extern rtx alpha_expand_zap_mask (HOST_WIDE_INT);
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa-protos.h | 137 extern int zdepi_cint_p (unsigned HOST_WIDE_INT); 141 extern HOST_WIDE_INT compute_frame_size (HOST_WIDE_INT, int *); 142 extern int and_mask_p (unsigned HOST_WIDE_INT); 143 extern int cint_ok_for_move (HOST_WIDE_INT); 147 extern int ior_mask_p (unsigned HOST_WIDE_INT); 148 extern void compute_zdepdi_operands (unsigned HOST_WIDE_INT, 169 unsigned HOST_WIDE_INT, 172 unsigned HOST_WIDE_INT, 175 unsigned HOST_WIDE_INT,
|