Searched refs:COSTS_N_INSNS (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.c776 #define DEFAULT_COSTS COSTS_N_INSNS (6), /* fp_add */ \
777 COSTS_N_INSNS (7), /* fp_mult_sf */ \
778 COSTS_N_INSNS (8), /* fp_mult_df */ \
779 COSTS_N_INSNS (23), /* fp_div_sf */ \
780 COSTS_N_INSNS (36), /* fp_div_df */ \
781 COSTS_N_INSNS (10), /* int_mult_si */ \
782 COSTS_N_INSNS (10), /* int_mult_di */ \
783 COSTS_N_INSNS (69), /* int_div_si */ \
784 COSTS_N_INSNS (69), /* int_div_di */ \
790 #define SOFT_FP_COSTS COSTS_N_INSNS (25
[all...]
H A Dmips.h2304 #define CONSTANT_POOL_COST COSTS_N_INSNS (8)
/freebsd-10-stable/contrib/gcc/config/i386/
H A Di386.c69 /* We assume COSTS_N_INSNS is defined as (N)*4 and an addition is 2 bytes. */
128 COSTS_N_INSNS (1), /* cost of an add instruction */
129 COSTS_N_INSNS (1), /* cost of a lea instruction */
130 COSTS_N_INSNS (3), /* variable shift costs */
131 COSTS_N_INSNS (2), /* constant shift costs */
132 {COSTS_N_INSNS (6), /* cost of starting multiply for QI */
133 COSTS_N_INSNS (6), /* HI */
134 COSTS_N_INSNS (6), /* SI */
135 COSTS_N_INSNS (6), /* DI */
136 COSTS_N_INSNS (
[all...]
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsparc.c58 COSTS_N_INSNS (2), /* int load */
59 COSTS_N_INSNS (2), /* int signed load */
60 COSTS_N_INSNS (2), /* int zeroed load */
61 COSTS_N_INSNS (2), /* float load */
62 COSTS_N_INSNS (5), /* fmov, fneg, fabs */
63 COSTS_N_INSNS (5), /* fadd, fsub */
64 COSTS_N_INSNS (1), /* fcmp */
65 COSTS_N_INSNS (1), /* fmov, fmovr */
66 COSTS_N_INSNS (7), /* fmul */
67 COSTS_N_INSNS (3
[all...]
/freebsd-10-stable/contrib/gcc/config/s390/
H A Ds390.c101 COSTS_N_INSNS (5), /* M */
102 COSTS_N_INSNS (10), /* MGHI */
103 COSTS_N_INSNS (5), /* MH */
104 COSTS_N_INSNS (4), /* MHI */
105 COSTS_N_INSNS (5), /* ML */
106 COSTS_N_INSNS (5), /* MR */
107 COSTS_N_INSNS (4), /* MS */
108 COSTS_N_INSNS (15), /* MSG */
109 COSTS_N_INSNS (7), /* MSGF */
110 COSTS_N_INSNS (
[all...]
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c294 COSTS_N_INSNS (1), /* mulsi */
295 COSTS_N_INSNS (1), /* mulsi_const */
296 COSTS_N_INSNS (1), /* mulsi_const9 */
297 COSTS_N_INSNS (1), /* muldi */
298 COSTS_N_INSNS (1), /* divsi */
299 COSTS_N_INSNS (1), /* divdi */
300 COSTS_N_INSNS (1), /* fp */
301 COSTS_N_INSNS (1), /* dmul */
302 COSTS_N_INSNS (1), /* sdiv */
303 COSTS_N_INSNS (
[all...]
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c4290 #ifndef COSTS_N_INSNS
4291 #define COSTS_N_INSNS(N) ((N) * 4 - 2)
4309 return COSTS_N_INSNS (1);
4322 return COSTS_N_INSNS (2) + cycles;
4324 return COSTS_N_INSNS (1) + 16;
4327 return (COSTS_N_INSNS (1)
4337 return COSTS_N_INSNS (2);
4338 return COSTS_N_INSNS (3);
4345 return COSTS_N_INSNS (1);
4349 return COSTS_N_INSNS (
4281 #define COSTS_N_INSNS macro
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dloop-doloop.c530 = COSTS_N_INSNS (PARAM_VALUE (PARAM_MAX_ITERATIONS_COMPUTATION_COST));
H A Difcvt.c1331 if (insn_cost == 0 || insn_cost > COSTS_N_INSNS (BRANCH_COST))
1341 if (insn_cost == 0 || insn_cost > COSTS_N_INSNS (BRANCH_COST))
1885 if (rtx_cost (t, SET) >= COSTS_N_INSNS (2)
3405 if (! cheap_bb_rtx_cost_p (then_bb, COSTS_N_INSNS (BRANCH_COST)))
3524 if (! cheap_bb_rtx_cost_p (else_bb, COSTS_N_INSNS (BRANCH_COST)))
H A Drtlanal.c3273 total = COSTS_N_INSNS (5);
3279 total = COSTS_N_INSNS (7);
3286 total = COSTS_N_INSNS (1);
3299 return COSTS_N_INSNS (2
4328 return cost > 0 ? cost : COSTS_N_INSNS (1);
H A Doptabs.c1238 && rtx_cost (op0, binoptab->code) > COSTS_N_INSNS (1))
1246 && ! shift_op && rtx_cost (op1, binoptab->code) > COSTS_N_INSNS (1))
2165 && rtx_cost (op0, binoptab->code) > COSTS_N_INSNS (1))
2169 && rtx_cost (op1, binoptab->code) > COSTS_N_INSNS (1))
3622 && rtx_cost (x, COMPARE) > COSTS_N_INSNS (1))
3626 && rtx_cost (y, COMPARE) > COSTS_N_INSNS (1))
H A Drtl-factoring.c350 return cost != 0 ? cost : COSTS_N_INSNS (1);
H A Dpostreload.c1350 < COSTS_N_INSNS (1) + rtx_cost (src3, SET))
H A Dstruct-equiv.c260 ? (COSTS_N_INSNS(info->cur.ninsns - p->ninsns)
H A Dregclass.c1931 return sri.extra_cost + COSTS_N_INSNS (1);
H A Drtl.h1044 #define COSTS_N_INSNS(N) ((N) * 4)
1041 #define COSTS_N_INSNS macro
H A Dstmt.c2206 cheap = cost < COSTS_N_INSNS (3);
H A Dexpmed.c3641 || rtx_cost (temp, SET) > COSTS_N_INSNS (2))
3768 if (shift_cost[mode][ushift] > COSTS_N_INSNS (1))
H A Dcalls.c706 && rtx_cost (args[i].value, SET) > COSTS_N_INSNS (1)
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.c4762 *total = CONST_OK_FOR_J (INTVAL (x)) ? 0 : COSTS_N_INSNS (1);
4770 *total = COSTS_N_INSNS (1);
4776 *total = COSTS_N_INSNS (1);
4781 *total = COSTS_N_INSNS (1);
4787 *total = COSTS_N_INSNS (3);
4797 *total = COSTS_N_INSNS (10);
4799 *total = COSTS_N_INSNS (2);
4807 *total = COSTS_N_INSNS (1);
4816 *total = COSTS_N_INSNS (60);

Completed in 371 milliseconds