HomeSort by: relevance | last modified time | path
    Searched refs:arith_cost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 2722 int arith_cost; local
2735 arith_cost = 4;
2741 arith_cost = TARGET_IEEE_FP ? 5 : 4;
2745 arith_cost = TARGET_IEEE_FP ? 6 : 4;
2754 return arith_cost > 4 ? 3 : 2;
2756 return arith_cost > 4 ? 4 : 3;
2758 return arith_cost;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 2577 int arith_cost; local
2590 arith_cost = 4;
2596 arith_cost = TARGET_IEEE_FP ? 5 : 4;
2600 arith_cost = TARGET_IEEE_FP ? 6 : 4;
2609 return arith_cost > 4 ? 3 : 2;
2611 return arith_cost > 4 ? 4 : 3;
2613 return arith_cost;

Completed in 44 milliseconds