Searched refs:bwm (Results 1 - 5 of 5) sorted by relevance
/gem5/src/cpu/pred/ | ||
H A D | BranchPredictor.py | 337 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 D | statistical_corrector.cc | 55 bwm(p->bwm), 73 initGEHLTable(bwnb, bwm, bwgehl, logBwnb, wbw, p->bwWeightInitValue); |
H A D | tage_sc_l_64KB.cc | 100 (branch_pc << 1) + bi->predBeforeSC, sh->bwHist, bwm, 171 gUpdate((pc << 1) + bi->predBeforeSC, taken, sh->bwHist, bwm, |
H A D | tage_sc_l_8KB.cc | 83 branch_pc, sh->bwHist, bwm, bwgehl, bwnb, logBwnb, wbw); 129 gUpdate(pc, taken, sh->bwHist, bwm, bwgehl, bwnb, logBwnb, wbw, bi); |
H A D | statistical_corrector.hh | 144 std::vector<int> bwm; member in class:StatisticalCorrector |
Completed in 15 milliseconds