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

/gem5/src/cpu/pred/
H A Dtournament.cc206 history->localHistory = local_predictor_idx;
246 history->localHistory = invalidPredictorIndex;
266 bool old_local_pred_valid = history->localHistory !=
280 (history->localHistory << 1) | taken;
286 unsigned old_local_pred_index = history->localHistory &
341 localHistoryTable[history->localHistoryIdx] = history->localHistory;
H A Dtournament.hh169 unsigned localHistory; member in struct:TournamentBP::BPHistory

Completed in 6 milliseconds