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

/gem5/src/cpu/pred/
H A DBranchPredictor.py336 bwnb = Param.Unsigned("Num global backward branch GEHL lengths") variable in class:StatisticalCorrector
436 bwnb = 3 variable in class:TAGE_SC_L_64KB_StatisticalCorrector
461 bwnb = 2 variable in class:TAGE_SC_L_8KB_StatisticalCorrector
626 bwnb = 0 variable in class:MPP_StatisticalCorrector
H A Dstatistical_corrector.cc53 bwnb(p->bwnb),
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.hh142 const unsigned bwnb; member in class:StatisticalCorrector

Completed in 15 milliseconds