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

/gem5/src/cpu/pred/
H A Dbi_mode.hh91 unsigned globalHistoryBits; member in class:BiModeBP
H A Dtournament.hh208 * globalHistoryBits. Actual number of bits used is determined by
214 unsigned globalHistoryBits; member in class:TournamentBP
H A Dbi_mode.cc43 globalHistoryBits(ceilLog2(params->globalPredictorSize)),
57 historyRegisterMask = mask(globalHistoryBits);
H A Dtournament.cc59 globalHistoryBits(
101 historyRegisterMask = mask(globalHistoryBits);
/gem5/ext/mcpat/
H A Darch_const.h215 const int globalHistoryBits=13; variable

Completed in 9 milliseconds