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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2466 synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t,
2482 alg_out->cost.cost = cost_limit->cost + 1;
2483 alg_out->cost.latency = cost_limit->latency + 1;
2495 alg_out->ops = 1;
2496 alg_out->cost.cost = 0;
2497 alg_out->cost.latency = 0;
2498 alg_out->op[0] = alg_m;
2510 alg_out->ops = 1;
2511 alg_out->cost.cost = zero_cost;
2512 alg_out
2456 synth_mult(struct algorithm *alg_out, unsigned HOST_WIDE_INT t, const struct mult_cost *cost_limit, enum machine_mode mode) argument
[all...]

Completed in 99 milliseconds