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

/gem5/src/cpu/pred/
H A DBranchPredictor.py350 logInb = Param.Unsigned("Log number of IMLI GEHL entries") variable in class:StatisticalCorrector
446 logInb = 8 variable in class:TAGE_SC_L_64KB_StatisticalCorrector
471 logInb = 7 variable in class:TAGE_SC_L_8KB_StatisticalCorrector
632 logInb = 0 variable in class:MPP_StatisticalCorrector
H A Dstatistical_corrector.cc60 logInb(p->logInb),
74 initGEHLTable(inb, im, igehl, logInb, wi, p->iWeightInitValue);
H A Dtage_sc_l_64KB.cc123 branch_pc, sh->imliCount, im, igehl, inb, logInb, wi);
190 igehl, inb, logInb, wi, bi);
H A Dtage_sc_l_8KB.cc91 branch_pc, sh->imliCount, im, igehl, inb, logInb, wi);
132 gUpdate(pc, taken, sh->imliCount, im, igehl, inb, logInb, wi, bi);
H A Dstatistical_corrector.hh157 const unsigned logInb; member in class:StatisticalCorrector

Completed in 15 milliseconds