Searched refs:penalty (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.cc223 int penalty = 0; local
249 penalty++;
258 tCounter += (penalty - 2 * numAllocated);
H A Dtage_sc_l_8KB.cc196 int penalty = 0; local
232 penalty++;
243 tCounter += (truePen + penalty - 5 * numAllocated);
H A Dmultiperspective_perceptron_tage.cc103 int penalty = 0; local
119 penalty++;
124 tCounter += (penalty - numAllocated);

Completed in 9 milliseconds