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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_64KB.cc167 bits += scCountersWidth * 2 * (1 << logBias); //2 bias arrays
169 bits += (gnb - 2) * (1 << logGnb) * (scCountersWidth - 1) +
170 (1 << (logGnb - 1)) * (2 * scCountersWidth - 1);
172 bits += (pnb - 2) * (1 << logPnb) * (scCountersWidth - 1) +
173 (1 << (logPnb - 1)) * (2 * scCountersWidth - 1);
175 bits += (lnb - 2) * (1 << logLnb) * (scCountersWidth - 1) +
176 (1 << (logLnb - 1)) * (2 * scCountersWidth - 1);
180 bits += (snb - 2) * (1 << logSnb) * (scCountersWidth - 1) +
181 (1 << (logSnb - 1)) * (2 * scCountersWidth - 1);
185 bits += (tnb - 2) * (1 << logTnb) * (scCountersWidth
[all...]
H A Dmultiperspective_perceptron_tage_8KB.cc149 bits += scCountersWidth * 2 * (1 << logBias); //2 bias arrays
151 bits += (gnb - 2) * (1 << logGnb) * (scCountersWidth - 1) +
152 (1 << (logGnb - 1)) * (2 * scCountersWidth - 1);
154 bits += (pnb - 2) * (1 << logPnb) * (scCountersWidth - 1) +
155 (1 << (logPnb - 1)) * (2 * scCountersWidth - 1);
157 bits += (lnb - 2) * (1 << logLnb) * (scCountersWidth - 1) +
158 (1 << (logLnb - 1)) * (2 * scCountersWidth - 1);
H A Dstatistical_corrector.cc66 scCountersWidth(p->scCountersWidth),
212 ctrUpdate(tab[i][index], taken, scCountersWidth);
367 ctrUpdate(bias[indBias], taken, scCountersWidth);
368 ctrUpdate(biasSK[indBiasSK], taken, scCountersWidth);
369 ctrUpdate(biasBank[indBiasBank], taken, scCountersWidth);
H A Dmultiperspective_perceptron_tage.cc343 ctrUpdate(tab[i][index], taken, scCountersWidth - (i < (nbr - 1)));
592 ctrUpdate(bias[indBias], taken, scCountersWidth);
593 ctrUpdate(biasSK[indBiasSK], taken, scCountersWidth);
H A Dstatistical_corrector.hh180 const unsigned scCountersWidth; member in class:StatisticalCorrector
H A DBranchPredictor.py371 scCountersWidth = Param.Unsigned(6, "Statistical corrector counters width") variable in class:StatisticalCorrector

Completed in 17 milliseconds