Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/i386/
HDi386.c14261 int loadcost = 3; in ix86_adjust_cost() local
14269 loadcost = 3; in ix86_adjust_cost()
14271 loadcost = TARGET_ATHLON ? 2 : 0; in ix86_adjust_cost()
14273 if (cost >= loadcost) in ix86_adjust_cost()
14274 cost -= loadcost; in ix86_adjust_cost()