Searched refs:scPred (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc257 bool scPred = (lsum >= 0); local
259 if (pred_taken != scPred) {
278 pred_taken = scPred;
279 bi->scPred = scPred;
321 bool scPred = (bi->lsum >= 0); local
323 if (bi->predBeforeSC != scPred) {
342 if ((scPred != taken) || ((abs(bi->lsum) < bi->thres))) {
343 ctrUpdate(updateThreshold, (scPred != taken), updateThresholdWidth);
344 ctrUpdate(pUpdateThreshold[getIndUpd(branch_pc)], (scPred !
[all...]
H A Dmultiperspective_perceptron_tage.cc368 bi->scPred = (lsum >= 0);
370 if (pred_taken != bi->scPred) {
371 pred_taken = bi->scPred;
375 pred_taken = (firstH < 0) ? bi->scPred : prev_pred_taken;
377 pred_taken = (secondH < 0) ? bi->scPred : prev_pred_taken;
379 pred_taken = (thirdH < 0) ? bi->scPred : prev_pred_taken;
563 bool scPred = (bi->lsum >= 0); local
565 if (bi->predBeforeSC != scPred) {
582 if ((scPred != taken) || ((abs(bi->lsum) < bi->thres))) {
584 ctrUpdate(pUpdateThreshold[getIndUpd(branch_pc)], (scPred !
635 bool scPred = (bi->scBranchInfo->lsum >= 0); local
[all...]
H A Dstatistical_corrector.hh192 medConf(false), scPred(false), lsum(0), thres(0),
203 bool scPred; member in struct:StatisticalCorrector::BranchInfo

Completed in 17 milliseconds