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

/gem5/src/cpu/minor/
H A Dfetch2.cc299 Fetch2ThreadInfo &fetch_info = fetchInfo[tid]; local
310 fetch_info.inputIndex < line_in->lineWidth) && /* More input */
320 fetch_info.expectedStreamSeqNum == line_in->id.streamSeqNum &&
321 fetch_info.predictionSeqNum != line_in->id.predictionSeqNum;
326 bool set_pc = fetch_info.lastStreamSeqNum != line_in->id.streamSeqNum;
328 if (!discard_line && (!fetch_info.havePC || set_pc)) {
331 fetch_info.inputIndex =
336 line_in->pc, fetch_info.inputIndex, line_in->lineBaseAddr,
338 fetch_info.pc = line_in->pc;
339 fetch_info
[all...]

Completed in 4 milliseconds