Home
last modified time | relevance | path

Searched refs:arith_cost (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c2364 int arith_cost; in ix86_fp_comparison_cost() local
2377 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc2577 int arith_cost; in ix86_fp_comparison_cost() local
2590 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()