Searched refs:logTnb (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_64KB.cc51 logTnb(p->logTnb),
55 initGEHLTable(tnb, tm, tgehl, logTnb, wt, -1);
99 tm, tgehl, tnb, logTnb, wt);
129 tm, tgehl, tnb, logTnb, wt, bi);
185 bits += (tnb - 2) * (1 << logTnb) * (scCountersWidth - 1) +
186 (1 << (logTnb - 1)) * (2 * scCountersWidth - 1);
H A Dtage_sc_l_64KB.cc56 logTnb(p->logTnb),
64 initGEHLTable(tnb, tm, tgehl, logTnb, wt, 7);
77 sh->initLocalHistory(3, numEntriesThirdLocalHistories, logTnb);
116 tgehl, tnb, logTnb, wt);
184 tgehl, tnb, logTnb, wt, bi);
H A Dmultiperspective_perceptron_tage_64KB.hh59 const unsigned logTnb; member in class:MPP_StatisticalCorrector_64KB
H A Dtage_sc_l_64KB.hh90 const unsigned logTnb; member in class:TAGE_SC_L_64KB_StatisticalCorrector
H A DBranchPredictor.py420 logTnb = Param.Unsigned(10, variable in class:TAGE_SC_L_64KB_StatisticalCorrector
690 logTnb = Param.Unsigned(9, variable in class:MPP_StatisticalCorrector_64KB

Completed in 14 milliseconds