Searched refs:nonreg_cost (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c5082 int nonreg_cost;
5122 nonreg_cost = 8;
5127 nonreg_cost = 4;
5131 *total = cost + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : nonreg_cost)
5132 + (REG_OR_SUBREG_REG (XEXP (x, 1)) ? 0 : nonreg_cost);
5072 int nonreg_cost; local

Completed in 116 milliseconds