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

/gem5/src/cpu/o3/
H A Ddecode_impl.hh177 toFetch = timeBuffer->getWire(0);
272 if (toFetch->decodeUnblock[tid]) {
273 toFetch->decodeUnblock[tid] = false;
275 toFetch->decodeBlock[tid] = true;
292 toFetch->decodeUnblock[tid] = true;
312 toFetch->decodeInfo[tid].branchMispredict = true;
313 toFetch->decodeInfo[tid].predIncorrect = true;
314 toFetch->decodeInfo[tid].mispredictInst = inst;
315 toFetch->decodeInfo[tid].squash = true;
316 toFetch
[all...]
H A Ddecode.hh228 typename TimeBuffer<TimeStruct>::wire toFetch; member in class:DefaultDecode
H A Diew.hh307 typename TimeBuffer<TimeStruct>::wire toFetch; member in class:DefaultIEW
H A Diew_impl.hh351 toFetch = timeBuffer->getWire(0);
1597 toFetch->iewInfo[tid].iqCount =
1599 toFetch->iewInfo[tid].ldstqCount =

Completed in 12 milliseconds