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

/gem5/src/cpu/pred/
H A DBranchPredictor.py337 bwm = VectorParam.Int("Global backward branch GEHL lengths") variable in class:StatisticalCorrector
437 bwm = [40, 24, 10] variable in class:TAGE_SC_L_64KB_StatisticalCorrector
463 bwm = [16, 8] variable in class:TAGE_SC_L_8KB_StatisticalCorrector
627 bwm = [ ] variable in class:MPP_StatisticalCorrector
H A Dstatistical_corrector.cc55 bwm(p->bwm),
73 initGEHLTable(bwnb, bwm, bwgehl, logBwnb, wbw, p->bwWeightInitValue);
H A Dtage_sc_l_64KB.cc100 (branch_pc << 1) + bi->predBeforeSC, sh->bwHist, bwm,
171 gUpdate((pc << 1) + bi->predBeforeSC, taken, sh->bwHist, bwm,
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.hh144 std::vector<int> bwm; member in class:StatisticalCorrector

Completed in 15 milliseconds