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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc88 gm, ggehl, gnb, logGnb, wg);
111 gm, ggehl, gnb, logGnb, wg, bi);
151 bits += (gnb - 2) * (1 << logGnb) * (scCountersWidth - 1) +
152 (1 << (logGnb - 1)) * (2 * scCountersWidth - 1);
H A Dmultiperspective_perceptron_tage_64KB.cc89 gm, ggehl, gnb, logGnb, wg);
120 gm, ggehl, gnb, logGnb, wg, bi);
169 bits += (gnb - 2) * (1 << logGnb) * (scCountersWidth - 1) +
170 (1 << (logGnb - 1)) * (2 * scCountersWidth - 1);
H A Dtage_sc_l_8KB.hh74 const unsigned logGnb; member in class:TAGE_SC_L_8KB_StatisticalCorrector
H A Dtage_sc_l_8KB.cc51 logGnb(p->logGnb),
54 initGEHLTable(gnb, gm, ggehl, logGnb, wg, 7);
80 branch_pc, sh->globalHist, gm, ggehl, gnb, logGnb, wg);
128 gUpdate(pc, taken, sh->globalHist, gm, ggehl, gnb, logGnb, wg, bi);
H A DBranchPredictor.py455 logGnb = Param.Unsigned(7, "Log number of global branch GEHL entries") variable in class:TAGE_SC_L_8KB_StatisticalCorrector
647 logGnb = Param.Unsigned(10, "Log number of global branch GEHL entries") variable in class:MPP_StatisticalCorrector
738 logGnb = 9 variable in class:MPP_StatisticalCorrector_8KB
H A Dmultiperspective_perceptron_tage.cc273 logGnb(p->logGnb), gm(p->gm)
276 initGEHLTable(gnb, gm, ggehl, logGnb, wg, -1);
H A Dmultiperspective_perceptron_tage.hh106 const unsigned logGnb; member in class:MPP_StatisticalCorrector

Completed in 17 milliseconds