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

/gem5/src/cpu/pred/
H A Dtage_sc_l.hh67 bool highConf; member in struct:TAGE_SC_L_TAGE::BranchInfo
71 lowConf(false), highConf(false), altConf(false), medConf(false)
H A Dtage_sc_l.cc348 bi->highConf = (bim == 0) || (bim == 3);
349 bi->lowConf = ! bi->highConf;
350 bi->altConf = bi->highConf;
387 bi->scBranchInfo->highConf = tage_scl_bi->highConf;
H A Dstatistical_corrector.cc160 (bi->highConf))<<1) + bi->predBeforeSC) & ((1<<logBias) -1);
237 bi->highConf = (abs(2 * conf_ctr + 1) >= (1<<conf_bits) - 1);
262 if (bi->highConf) {
325 if (bi->highConf) {
H A Dstatistical_corrector.hh191 BranchInfo() : lowConf(false), highConf(false), altConf(false),
199 bool highConf; member in struct:StatisticalCorrector::BranchInfo
H A Dmultiperspective_perceptron_tage.cc373 if (bi->highConf /* comes from tage prediction */) {
539 bi->scBranchInfo->highConf = tage->isHighConfidence(bi->tageBranchInfo);
567 if (bi->highConf) {
H A Dtage_sc_l_64KB.cc87 return (bi->predBeforeSC + (((hitBank+1)/4)<<4) + (bi->highConf<<1) +
H A Dtage_sc_l_8KB.cc70 return (bi->predBeforeSC + (((hitBank+1)/4)<<4) + (bi->highConf<<1) +

Completed in 16 milliseconds