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

/gem5/src/cpu/minor/
H A Dfetch2.hh106 havePC(false),
117 havePC(other.havePC),
131 * stream, a new PC must be loaded and havePC be set.
132 * havePC is needed to accomodate instructions which span across
140 bool havePC; member in struct:Minor::Fetch2::Fetch2ThreadInfo
H A Dfetch2.cc261 fetchInfo[branch_inp.threadId].havePC = false;
283 fetchInfo[tid].havePC = false;
323 /* Set the PC if the stream changes. Setting havePC to false in
328 if (!discard_line && (!fetch_info.havePC || set_pc)) {
339 fetch_info.havePC = true;
512 fetch_info.havePC = false;
519 fetch_info.havePC = false;
655 MINORTRACE("inputIndex=%d havePC=%d predictionSeqNum=%d insts=%s\n",
656 fetchInfo[0].inputIndex, fetchInfo[0].havePC, fetchInfo[0].predictionSeqNum, data.str());

Completed in 7 milliseconds