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

/gem5/src/cpu/pred/
H A Dbi_mode.cc72 BiModeBP::uncondBranch(ThreadID tid, Addr pc, void * &bpHistory) argument
80 bpHistory = static_cast<void*>(history);
85 BiModeBP::squash(ThreadID tid, void *bpHistory) argument
87 BPHistory *history = static_cast<BPHistory*>(bpHistory);
103 BiModeBP::lookup(ThreadID tid, Addr branchAddr, void * &bpHistory) argument
135 bpHistory = static_cast<void*>(history);
142 BiModeBP::btbUpdate(ThreadID tid, Addr branchAddr, void * &bpHistory)
154 BiModeBP::update(ThreadID tid, Addr branchAddr, bool taken, void *bpHistory,
157 assert(bpHistory);
159 BPHistory *history = static_cast<BPHistory*>(bpHistory);
[all...]
H A Dbpred_unit.hh208 : seqNum(seq_num), pc(instPC), bpHistory(bp_history),
229 void *bpHistory; member in struct:BPredUnit::PredictorHistory
H A Dbpred_unit.cc355 predHist[tid].back().bpHistory, false,
394 // This call should delete the bpHistory.
395 squash(tid, pred_hist.front().bpHistory);
478 pred_hist.front().bpHistory, true, pred_hist.front().inst,
555 "bpHistory:%#x\n",
558 pred_hist_it->bpHistory);

Completed in 7 milliseconds