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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched.cc 404 int loadcost = 3; local
412 loadcost = 3;
414 loadcost = TARGET_CPU_P (ATHLON) ? 2 : 0;
416 if (cost >= loadcost)
417 cost -= loadcost;
442 int loadcost; local
447 loadcost = 4;
449 loadcost = 7;
451 if (cost >= loadcost)
452 cost -= loadcost;
474 int loadcost = 4; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc 382 int loadcost = 3; local
390 loadcost = 3;
392 loadcost = TARGET_CPU_P (ATHLON) ? 2 : 0;
394 if (cost >= loadcost)
395 cost -= loadcost;
420 int loadcost; local
425 loadcost = 4;
427 loadcost = 7;
429 if (cost >= loadcost)
430 cost -= loadcost;
    [all...]

Completed in 15 milliseconds