Searched refs:pUpdateThreshold (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc99 int thres = pUpdateThreshold[getIndUpd(branch_pc)];
H A Dmultiperspective_perceptron_tage.cc584 ctrUpdate(pUpdateThreshold[getIndUpd(branch_pc)], (scPred != taken),
586 if (pUpdateThreshold[getIndUpd(branch_pc)] < 0)
587 pUpdateThreshold[getIndUpd(branch_pc)] = 0;
H A Dstatistical_corrector.cc78 pUpdateThreshold.resize(1 << logSizeUp, p->initialUpdateThresholdValue);
344 ctrUpdate(pUpdateThreshold[getIndUpd(branch_pc)], (scPred != taken),
H A Dmultiperspective_perceptron_tage_64KB.cc108 int thres = pUpdateThreshold[getIndUpd(branch_pc)];
H A Dstatistical_corrector.hh169 std::vector<int> pUpdateThreshold; 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 15 milliseconds