Searched refs:logLnb (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc92 lm, lgehl, lnb, logLnb, wl);
114 lm, lgehl, lnb, logLnb, wl, bi);
157 bits += (lnb - 2) * (1 << logLnb) * (scCountersWidth - 1) +
158 (1 << (logLnb - 1)) * (2 * scCountersWidth - 1);
H A Dmultiperspective_perceptron_tage_64KB.cc93 lm, lgehl, lnb, logLnb, wl);
123 lm, lgehl, lnb, logLnb, wl, bi);
175 bits += (lnb - 2) * (1 << logLnb) * (scCountersWidth - 1) +
176 (1 << (logLnb - 1)) * (2 * scCountersWidth - 1);
H A DBranchPredictor.py344 logLnb = Param.Unsigned("Log number of first local history GEHL entries") variable in class:StatisticalCorrector
443 logLnb = 10 variable in class:TAGE_SC_L_64KB_StatisticalCorrector
467 logLnb = 7 variable in class:TAGE_SC_L_8KB_StatisticalCorrector
642 logLnb = 10 variable in class:MPP_StatisticalCorrector
736 logLnb = 9 variable in class:MPP_StatisticalCorrector_8KB
H A Dstatistical_corrector.cc57 logLnb(p->logLnb),
72 initGEHLTable(lnb, lm, lgehl, logLnb, wl, p->lWeightInitValue);
H A Dtage_sc_l_64KB.cc108 lgehl, lnb, logLnb, wl);
178 lgehl, lnb, logLnb, wl, bi);
H A Dtage_sc_l_8KB.cc88 lgehl, lnb, logLnb, wl);
130 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm, lgehl, lnb, logLnb, wl,
H A Dstatistical_corrector.hh150 const unsigned logLnb; member in class:StatisticalCorrector

Completed in 18 milliseconds