Searched refs:HOST_WIDE_INT (Results 1 - 25 of 167) sorted by relevance

1234567

/freebsd-9.3-release/contrib/gcc/
H A Dalias.h24 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)
H A Ddwarf2asm.h24 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 Dsreal.h31 #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 Dhooks.h35 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 Ddouble-int.c32 unsigned HOST_WIDE_INT m;
38 m = ((unsigned HOST_WIDE_INT) 2 << (prec - 1)) - 1;
39 mask.high = (HOST_WIDE_INT) m;
45 mask.low = ((unsigned HOST_WIDE_INT) 2 << (prec - 1)) - 1;
88 unsigned HOST_WIDE_INT snum;
95 snum = (unsigned HOST_WIDE_INT) cst.high;
123 /* Returns true if CST fits in unsigned HOST_WIDE_INT. */
131 /* Returns true if CST fits in signed HOST_WIDE_INT. */
137 return (HOST_WIDE_INT) cst.low >= 0;
139 return (HOST_WIDE_INT) cs
[all...]
H A Ddfp.h44 void decimal_real_to_integer2 (HOST_WIDE_INT *, HOST_WIDE_INT *, const REAL_VALUE_TYPE *);
45 HOST_WIDE_INT decimal_real_to_integer (const REAL_VALUE_TYPE *);
H A Ddouble-int.h47 numbers with precision higher than HOST_WIDE_INT). It might be less
52 unsigned HOST_WIDE_INT low;
53 HOST_WIDE_INT high;
64 HOST_WIDE_INT are filled with the sign bit. */
67 shwi_to_double_int (HOST_WIDE_INT cst)
71 r.low = (unsigned HOST_WIDE_INT) cst;
86 precision of HOST_WIDE_INT are filled with zeros. */
89 uhwi_to_double_int (unsigned HOST_WIDE_INT cst)
114 HOST_WIDE_INT double_int_to_shwi (double_int);
115 unsigned HOST_WIDE_INT double_int_to_uhw
[all...]
H A Drtlhooks-def.h45 unsigned HOST_WIDE_INT,
46 unsigned HOST_WIDE_INT *);
H A Demit-rtl.h25 extern void set_mem_alias_set (rtx, HOST_WIDE_INT);
H A Dhwint.h0 /* HOST_WIDE_INT definitions for the GNU compiler.
45 /* Set HOST_WIDE_INT. This should be the widest efficient host
55 # define HOST_WIDE_INT long macro
59 # define HOST_WIDE_INT long long macro
63 # define HOST_WIDE_INT __int64 macro
65 #error "Unable to find a suitable type for HOST_WIDE_INT"
70 /* Various printf format strings for HOST_WIDE_INT. */
100 # define HOST_WIDEST_INT HOST_WIDE_INT
H A Doutput.h115 of HOST_WIDE_INT for %wd specifier checks. You must issue this
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);
[all...]
H A Dtree-ssa-loop-prefetch.c179 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)
264 HOST_WIDE_INT delta, bool write_p)
327 HOST_WIDE_INT *step; /* Step of the memory reference. */
328 HOST_WIDE_INT *delta; /* Offset of the memory reference. */
339 HOST_WIDE_INT iste
[all...]
H A Dexpr.h100 HOST_WIDE_INT constant;
439 extern int can_move_by_pieces (unsigned HOST_WIDE_INT, unsigned int);
446 extern int can_store_by_pieces (unsigned HOST_WIDE_INT,
447 rtx (*) (void *, HOST_WIDE_INT,
456 extern rtx store_by_pieces (rtx, unsigned HOST_WIDE_INT,
457 rtx (*) (void *, HOST_WIDE_INT, enum machine_mode),
563 extern HOST_WIDE_INT int_expr_size (tree);
636 extern rtx adjust_address_1 (rtx, enum machine_mode, HOST_WIDE_INT, int, int);
638 HOST_WIDE_INT, int);
643 extern rtx offset_address (rtx, rtx, unsigned HOST_WIDE_INT);
[all...]
H A Dhooks.c97 HOST_WIDE_INT b ATTRIBUTE_UNUSED,
98 HOST_WIDE_INT c ATTRIBUTE_UNUSED,
106 HOST_WIDE_INT b ATTRIBUTE_UNUSED,
107 HOST_WIDE_INT c ATTRIBUTE_UNUSED,
130 HOST_WIDE_INT b ATTRIBUTE_UNUSED,
131 HOST_WIDE_INT c,
H A Dflags.h139 extern HOST_WIDE_INT larger_than_size;
145 extern HOST_WIDE_INT frame_larger_than_size;
250 extern unsigned HOST_WIDE_INT g_switch_value;
H A Dtoplev.h157 extern int exact_log2 (unsigned HOST_WIDE_INT);
160 extern int floor_log2 (unsigned HOST_WIDE_INT);
176 floor_log2 (unsigned HOST_WIDE_INT x)
182 exact_log2 (unsigned HOST_WIDE_INT x)
H A Dtarget.h125 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_offse
[all...]
H A Dreal.h79 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
83 as many as four (32-bit HOST_WIDE_INT, 128-bit REAL_VALUE_TYPE).
220 extern HOST_WIDE_INT real_to_integer (const REAL_VALUE_TYPE *);
221 extern void real_to_integer2 (HOST_WIDE_INT *, HOST_WIDE_INT *,
231 unsigned HOST_WIDE_INT, HOST_WIDE_INT, int);
414 const REAL_VALUE_TYPE *, HOST_WIDE_INT);
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A Dsize-host.h23 #ifdef HOST_WIDE_INT
24 # undef HOST_WIDE_INT macro
34 #define HOST_WIDE_INT long macro
38 #define HOST_WIDE_INT long long macro
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm-protos.h37 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-9.3-release/contrib/gcc/config/
H A Ddarwin9.h7 unsigned HOST_WIDE_INT _new_size = (SIZE); \
H A Ddarwin-protos.h56 extern section *machopic_select_section (tree, int, unsigned HOST_WIDE_INT);
58 unsigned HOST_WIDE_INT);
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips-protos.h143 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);
H A Dsdb.h81 (HOST_WIDE_INT) (a)); \
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390-protos.h28 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 *);

Completed in 120 milliseconds

1234567