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

/gem5/src/cpu/pred/
H A Dbi_mode.hh96 unsigned choiceHistoryMask; member in class:BiModeBP
H A Dtournament.cc96 // Set up choiceHistoryMask
98 choiceHistoryMask = choicePredictorSize - 1;
107 if (choiceHistoryMask > historyRegisterMask) {
112 choiceHistoryMask < historyRegisterMask) {
197 choiceCtrs[globalHistory[tid] & choiceHistoryMask];
300 history->globalHistory & choiceHistoryMask;
H A Dbi_mode.cc58 choiceHistoryMask = choicePredictorSize - 1;
106 & choiceHistoryMask);
169 & choiceHistoryMask);
H A Dtournament.hh209 * globalHistoryMask and choiceHistoryMask. */
222 unsigned choiceHistoryMask; member in class:TournamentBP

Completed in 7 milliseconds