Home
last modified time | relevance | path

Searched refs:HOST_WIDEST_INT (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
Dhwint.h100 # define HOST_WIDEST_INT HOST_WIDE_INT macro
110 # define HOST_WIDEST_INT long long macro
114 # define HOST_WIDEST_INT __int64 macro
Dgcov-dump.c431 (HOST_WIDEST_INT)summary.ctrs[ix].sum_all); in tag_summary()
433 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary()
435 (HOST_WIDEST_INT)summary.ctrs[ix].sum_max); in tag_summary()
Dcfgloop.h324 unsigned HOST_WIDEST_INT niter;
327 unsigned HOST_WIDEST_INT niter_max;
Dloop-iv.c1247 static unsigned HOST_WIDEST_INT
1248 inverse (unsigned HOST_WIDEST_INT x, int mod) in inverse()
1250 unsigned HOST_WIDEST_INT mask = in inverse()
1251 ((unsigned HOST_WIDEST_INT) 1 << (mod - 1) << 1) - 1; in inverse()
1252 unsigned HOST_WIDEST_INT rslt = 1; in inverse()
1266 static unsigned HOST_WIDEST_INT
1271 unsigned HOST_WIDEST_INT nmax, inc; in determine_max_iter()
1998 unsigned HOST_WIDEST_INT s, size, d, inv; in iv_number_of_iterations()
1999 HOST_WIDEST_INT up, down, inc, step_val; in iv_number_of_iterations()
2340 bound = GEN_INT (((unsigned HOST_WIDEST_INT) 1 << (size - 1 ) << 1) - 1); in iv_number_of_iterations()
[all …]
Dmodulo-sched.c307 HOST_WIDEST_INT * count) in const_iteration_count()
1003 (HOST_WIDEST_INT) bb->count); in sms_schedule()
1007 (HOST_WIDEST_INT) trip_count); in sms_schedule()
1011 (HOST_WIDEST_INT) profile_info->sum_max); in sms_schedule()
1069 HOST_WIDEST_INT loop_count = 0; in sms_schedule()
1101 (HOST_WIDEST_INT) bb->count); in sms_schedule()
1105 (HOST_WIDEST_INT) profile_info->sum_max); in sms_schedule()
Dcgraph.c714 (HOST_WIDEST_INT)node->count); in dump_cgraph_node()
751 (HOST_WIDEST_INT)edge->count); in dump_cgraph_node()
765 (HOST_WIDEST_INT)edge->count); in dump_cgraph_node()
Dalloc-pool.c47 HOST_WIDEST_INT align_i;
Dgcov-io.h212 typedef HOST_WIDEST_INT gcov_type;
Dpretty-print.h273 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
Dgengtype-lex.l57 IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|HOST_WIDEST_INT|bool|size_t|BOOL_BITFIELD
Dloop-doloop.c349 <= ((unsigned HOST_WIDEST_INT) 1 in doloop_modify()
Dcfghooks.c248 fprintf (outf, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) bb->count); in dump_bb()
Dbasic-block.h115 typedef HOST_WIDEST_INT gcov_type;
Dprofile.c346 (HOST_WIDEST_INT) e->count); in compute_branch_probabilities()
Dcfg.c969 #define MAX_SAFE_MULTIPLIER (1 << (sizeof (HOST_WIDEST_INT) * 4 - 1))
Dipa-inline.c933 max_insns = ((HOST_WIDEST_INT) max_insns in cgraph_decide_inlining()
Dbt-load.c1417 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth, in migrate_btr_defs()
Dgcov.c1369 sprintf (buffer, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT)top); in format_gcov()
Dloop-unroll.c1222 (HOST_WIDEST_INT) (niter + 1)); in decide_peel_simple()
Dggc-page.c218 HOST_WIDEST_INT i;
Dggc-zone.c214 HOST_WIDEST_INT i;
DChangeLog-20013264 int_size_in_bytes to unsigned HOST_WIDEST_INT so that -1 > 8.
17359 variables of type HOST_WIDEST_INT.
27459 Move the HOST_WIDEST_INT setup logic here from system.h.
27460 Provide HOST_WIDEST_INT even if HOST_BITS_PER_LONGLONG is not
27462 * system.h: Include hwint.h after limits.h. HOST_WIDEST_INT
DChangeLog-199918712 HOST_WIDEST_INT/HOST_BITS_PER_WIDEST_INT.
18719 Replace all instances of HOST_WIDE_INT with HOST_WIDEST_INT.
19464 * system.h: Provide a definition for HOST_WIDEST_INT, etc.
DChangeLog.tree-ssa4246 * gengtype-lex.l (IWOrD): Add HOST_WIDEST_INT
DChangeLog-200337587 make HOST_WIDEST_INT 32 bits.

12