Searched refs:maxHist (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A DBranchPredictor.py116 maxHist = Param.Unsigned(130, "Maximum history size of TAGE") variable in class:TAGEBase
159 maxHist = 640 variable in class:LTAGE_TAGE
248 maxHist = 3000 variable in class:TAGE_SC_L_TAGE_64KB
279 maxHist = 1000 variable in class:TAGE_SC_L_TAGE_8KB
589 maxHist = 4096; variable in class:MPP_TAGE
H A Dtage_base.cc56 maxHist(p->maxHist),
101 assert(histBufferSize > maxHist * 2);
172 histLengths[nHistoryTables] = maxHist;
176 pow ((double) (maxHist) / (double) minHist,
322 // the last maxHist outcomes are still reachable
323 // through pt[0 .. maxHist - 1].
324 for (int i = 0; i < maxHist; i++)
325 tab[histBufferSize - maxHist + i] = tab[i];
326 pt = histBufferSize - maxHist;
[all...]
H A Dtage_sc_l.cc82 histLengths[numHistLengths] = maxHist;
89 pow ((double) (maxHist) / (double) minHist,
H A Dtage_base.hh426 const unsigned maxHist; member in class:TAGEBase

Completed in 15 milliseconds