Searched refs:tCounter (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage_sc_l.cc320 if (tCounter < 0) {
321 tCounter = 0;
324 if (tCounter >= ((ULL(1) << logUResetPeriod))) {
335 tCounter = 0;
H A Dmultiperspective_perceptron_tage.cc124 tCounter += (penalty - numAllocated);
134 if (tCounter < 0) {
135 tCounter = 0;
138 if (tCounter >= ((ULL(1) << logUResetPeriod))) {
146 tCounter = 0;
H A Dtage_base.hh471 int64_t tCounter; member in class:TAGEBase
H A Dtage_sc_l_64KB.cc258 tCounter += (penalty - 2 * numAllocated);
H A Dtage_sc_l_8KB.cc243 tCounter += (truePen + penalty - 5 * numAllocated);
H A Dtage_base.cc99 tCounter = initialTCounterValue;
482 tCounter++;
491 if ((tCounter & ((ULL(1) << logUResetPeriod) - 1)) == 0) {

Completed in 17 milliseconds