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

/gem5/src/cpu/o3/
H A Dcommit_impl.hh288 toIEW = timeBuffer->getWire(0);
362 toIEW->commitInfo[tid].usedROB = true;
363 toIEW->commitInfo[tid].freeROBEntries = rob->numFreeEntries(tid);
364 toIEW->commitInfo[tid].emptyROB = true;
574 toIEW->commitInfo[tid].doneSeqNum = squashed_inst;
578 toIEW->commitInfo[tid].squash = true;
582 toIEW->commitInfo[tid].robSquashing = true;
584 toIEW->commitInfo[tid].mispredictInst = NULL;
585 toIEW->commitInfo[tid].squashInst = NULL;
587 toIEW
[all...]
H A Dcommit.hh335 typename TimeBuffer<TimeStruct>::wire toIEW; member in class:DefaultCommit
H A Drename.hh347 typename TimeBuffer<RenameStruct>::wire toIEW; member in class:DefaultRename
H A Drename_impl.hh237 toIEW = renameQueue->getWire(0);
771 toIEW->insts[toIEWIndex] = inst;
772 ++(toIEW->size);

Completed in 13 milliseconds