Searched refs:localHistoryTable (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/pred/
H A Dtournament.cc83 localHistoryTable.resize(localHistoryTableSize);
86 localHistoryTable[i] = 0;
151 localHistoryTable[local_history_idx] =
152 (localHistoryTable[local_history_idx] << 1) | 1;
159 localHistoryTable[local_history_idx] =
160 (localHistoryTable[local_history_idx] << 1);
171 localHistoryTable[local_history_idx] =
172 localHistoryTable[local_history_idx] & (localPredictorMask & ~ULL(1));
187 local_predictor_idx = localHistoryTable[local_history_idx]
279 localHistoryTable[local_history_id
[all...]
H A Dtournament.hh190 std::vector<unsigned> localHistoryTable; member in class:TournamentBP

Completed in 11 milliseconds