Searched refs:lnb (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) +
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) +
H A DBranchPredictor.py342 lnb = Param.Unsigned("Num first local history GEHL lenghts") variable in class:StatisticalCorrector
441 lnb = 3 variable in class:TAGE_SC_L_64KB_StatisticalCorrector
466 lnb = 2 variable in class:TAGE_SC_L_8KB_StatisticalCorrector
640 lnb = 3 variable in class:MPP_StatisticalCorrector
734 lnb = 2 variable in class:MPP_StatisticalCorrector_8KB
H A Dstatistical_corrector.cc56 lnb(p->lnb),
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.hh149 const unsigned lnb; member in class:StatisticalCorrector

Completed in 11 milliseconds