Searched refs:logBwnb (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A DBranchPredictor.py338 logBwnb = Param.Unsigned("Log num of global backward branch GEHL entries") variable in class:StatisticalCorrector
438 logBwnb = 10 variable in class:TAGE_SC_L_64KB_StatisticalCorrector
462 logBwnb = 7 variable in class:TAGE_SC_L_8KB_StatisticalCorrector
628 logBwnb = 0 variable in class:MPP_StatisticalCorrector
H A Dstatistical_corrector.cc54 logBwnb(p->logBwnb),
73 initGEHLTable(bwnb, bwm, bwgehl, logBwnb, wbw, p->bwWeightInitValue);
H A Dtage_sc_l_64KB.cc101 bwgehl, bwnb, logBwnb, wbw);
172 bwgehl, bwnb, logBwnb, wbw, bi);
H A Dtage_sc_l_8KB.cc83 branch_pc, sh->bwHist, bwm, bwgehl, bwnb, logBwnb, wbw);
129 gUpdate(pc, taken, sh->bwHist, bwm, bwgehl, bwnb, logBwnb, wbw, bi);
H A Dstatistical_corrector.hh143 const unsigned logBwnb; member in class:StatisticalCorrector

Completed in 15 milliseconds