Searched refs:arith_cost (Results 1 – 2 of 2) sorted by relevance
2364 int arith_cost; in ix86_fp_comparison_cost() local2377 arith_cost = 4; in ix86_fp_comparison_cost()2383 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()2387 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()2396 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()2398 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()2400 return arith_cost; in ix86_fp_comparison_cost()
2577 int arith_cost; in ix86_fp_comparison_cost() local2590 arith_cost = 4; in ix86_fp_comparison_cost()2596 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()2600 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()2609 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()2611 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()2613 return arith_cost; in ix86_fp_comparison_cost()