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

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc251 int thres = gPredictions(tid, branch_pc, bi, lsum, phist); local
255 bi->thres = thres;
263 if (abs (lsum) < (thres / 4)) {
265 } else if (abs (lsum) < (thres / 2)) {
271 if (abs (lsum) < (thres / 4)) {
324 if (abs(bi->lsum) < bi->thres) {
326 if ((abs(bi->lsum) < bi->thres / 2)) {
327 if ((abs(bi->lsum) >= bi->thres / 4)) {
335 if ((abs(bi->lsum) < bi->thres /
[all...]
H A Dmultiperspective_perceptron_tage.cc363 int thres = gPredictions(tid, branch_pc, bi, lsum, phist); local
367 bi->thres = thres;
374 if ((abs(lsum) < thres / 3))
376 else if ((abs(lsum) < 2 * thres / 3))
378 else if ((abs(lsum) < thres))
566 if (abs(bi->lsum) < bi->thres) {
568 if (abs(bi->lsum) < bi->thres / 3) {
571 } else if (abs(bi->lsum) < 2 * bi->thres / 3) {
574 } else if (abs(bi->lsum) < bi->thres) {
[all...]
H A Dmultiperspective_perceptron_tage_8KB.cc99 int thres = pUpdateThreshold[getIndUpd(branch_pc)]; local
101 return thres;
H A Dmultiperspective_perceptron_tage_64KB.cc108 int thres = pUpdateThreshold[getIndUpd(branch_pc)]; local
110 return thres;
H A Dstatistical_corrector.hh192 medConf(false), scPred(false), lsum(0), thres(0),
205 int thres; member in struct:StatisticalCorrector::BranchInfo
H A Dtage_sc_l_64KB.cc125 int thres = (updateThreshold>>3) + pUpdateThreshold[getIndUpd(branch_pc)] local
131 return thres;
H A Dtage_sc_l_8KB.cc93 int thres = (updateThreshold>>3)+pUpdateThreshold[getIndUpd(branch_pc)]; local
95 return thres;

Completed in 15 milliseconds