Searched refs:updateThreshold (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc76 updateThreshold = 35 << 3;
343 ctrUpdate(updateThreshold, (scPred != taken), updateThresholdWidth);
H A Dstatistical_corrector.hh168 int updateThreshold; member in class:StatisticalCorrector
H A Dtage_sc_l_64KB.cc125 int thres = (updateThreshold>>3) + pUpdateThreshold[getIndUpd(branch_pc)]
H A Dtage_sc_l_8KB.cc93 int thres = (updateThreshold>>3)+pUpdateThreshold[getIndUpd(branch_pc)];

Completed in 9 milliseconds