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

/gem5/src/cpu/pred/
H A Dsimple_indirect.hh94 ThreadInfo() : headHistEntry(0), ghr(0) { }
97 unsigned headHistEntry; member in struct:SimpleIndirectPredictor::ThreadInfo
H A Dsimple_indirect.cc135 if (t_info.headHistEntry < t_info.pathHist.size() &&
136 t_info.pathHist[t_info.headHistEntry].seqNum <= seq_num) {
137 if (t_info.headHistEntry >= pathLength) {
140 ++t_info.headHistEntry;

Completed in 5 milliseconds