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

/gem5/src/cpu/pred/
H A Dtage_base.cc57 pathHistBits(p->pathHistBits),
95 assert(pathHistBits <= (sizeof(int)*8));
228 int hlen = (histLengths[bank] > pathHistBits) ? pathHistBits :
597 tHist.pathHist = (tHist.pathHist & ((ULL(1) << pathHistBits) - 1));
818 bits += pathHistBits;
H A DBranchPredictor.py132 pathHistBits = Param.Unsigned(16, "Path history size") variable in class:TAGEBase
211 pathHistBits = 27 variable in class:TAGE_SC_L_TAGE
586 pathHistBits = 27 variable in class:MPP_TAGE
H A Dtage_sc_l.cc183 int hlen = (histLengths[bank] > pathHistBits) ? pathHistBits :
254 tHist.pathHist = (tHist.pathHist & ((ULL(1) << pathHistBits) - 1));
H A Dtage_sc_l_8KB.cc176 int hlen = (histLengths[bank] > pathHistBits) ? pathHistBits :
H A Dtage_base.hh427 const unsigned pathHistBits; member in class:TAGEBase

Completed in 17 milliseconds