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

/gem5/src/cpu/pred/
H A Dtournament.cc53 localHistoryTableSize(params->localHistoryTableSize),
78 if (!isPowerOf2(localHistoryTableSize)) {
83 localHistoryTable.resize(localHistoryTableSize);
85 for (int i = 0; i < localHistoryTableSize; ++i)
128 return (branch_addr >> instShiftAmt) & (localHistoryTableSize - 1);
209 assert(local_history_idx < localHistoryTableSize);
263 assert(local_history_idx < localHistoryTableSize);
H A Dtournament.hh193 unsigned localHistoryTableSize; member in class:TournamentBP
H A DBranchPredictor.py88 localHistoryTableSize = Param.Unsigned(2048, "size of local history table") variable in class:TournamentBP
/gem5/ext/mcpat/
H A Darch_const.h222 const int localHistoryTableSize=2048; variable
/gem5/configs/common/cores/arm/
H A DHPI.py1356 localHistoryTableSize = 64 variable in class:HPI_BP

Completed in 21 milliseconds