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

/gem5/src/cpu/pred/
H A Dbi_mode.cc107 unsigned globalHistoryIdx = (((branchAddr >> instShiftAmt) local
112 assert(globalHistoryIdx < globalPredictorSize);
116 bool takenGHBPrediction = takenCounters[globalHistoryIdx]
118 bool notTakenGHBPrediction = notTakenCounters[globalHistoryIdx]
170 unsigned globalHistoryIdx = (((branchAddr >> instShiftAmt)
175 assert(globalHistoryIdx < globalPredictorSize);
180 takenCounters[globalHistoryIdx]++;
182 takenCounters[globalHistoryIdx]--;
187 notTakenCounters[globalHistoryIdx]++;
189 notTakenCounters[globalHistoryIdx]
[all...]

Completed in 4 milliseconds