Searched refs:RASIndex (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | bpred_unit.cc | 229 predict_record.RASIndex = RAS[tid].topIdx(); 236 tid, seqNum, pc, target, predict_record.RASIndex); 382 pred_hist.front().RASIndex, pred_hist.front().RASTarget); 384 RAS[tid].restore(pred_hist.front().RASIndex, 522 hist_it->RASIndex, hist_it->RASTarget); 523 RAS[tid].restore(hist_it->RASIndex, hist_it->RASTarget);
|
H A D | bpred_unit.hh | 209 indirectHistory(indirect_history), RASTarget(0), RASIndex(0), 237 unsigned RASIndex; member in struct:BPredUnit::PredictorHistory
|
Completed in 7 milliseconds