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

/gem5/src/cpu/o3/
H A Dcomm.hh124 InstSeqNum doneSeqNum; member in struct:TimeBufStruct::decodeComm
195 InstSeqNum doneSeqNum; // *F, I member in struct:TimeBufStruct::commitComm
H A Dfetch_impl.hh1019 fromCommit->commitInfo[tid].doneSeqNum,
1027 branchPred->squash(fromCommit->commitInfo[tid].doneSeqNum,
1032 branchPred->squash(fromCommit->commitInfo[tid].doneSeqNum,
1037 } else if (fromCommit->commitInfo[tid].doneSeqNum) {
1040 branchPred->update(fromCommit->commitInfo[tid].doneSeqNum, tid);
1050 branchPred->squash(fromDecode->decodeInfo[tid].doneSeqNum,
1055 branchPred->squash(fromDecode->decodeInfo[tid].doneSeqNum,
1066 fromDecode->decodeInfo[tid].doneSeqNum,
H A Diew_impl.hh471 ldstQueue.squash(fromCommit->commitInfo[tid].doneSeqNum, tid);
478 fromCommit->commitInfo[tid].doneSeqNum, tid);
1571 if (fromCommit->commitInfo[tid].doneSeqNum != 0 &&
1575 ldstQueue.commitStores(fromCommit->commitInfo[tid].doneSeqNum,tid);
1577 ldstQueue.commitLoads(fromCommit->commitInfo[tid].doneSeqNum,tid);
1580 instQueue.commit(fromCommit->commitInfo[tid].doneSeqNum,tid);
H A Drename_impl.hh469 // If we committed this cycle then doneSeqNum will be > 0
470 if (fromCommit->commitInfo[tid].doneSeqNum != 0 &&
474 removeFromHistory(fromCommit->commitInfo[tid].doneSeqNum,
1352 squash(fromCommit->commitInfo[tid].doneSeqNum, tid);
H A Dcommit_impl.hh574 toIEW->commitInfo[tid].doneSeqNum = squashed_inst;
897 toIEW->commitInfo[tid].doneSeqNum = squashed_inst;
1053 // Set the doneSeqNum to the youngest committed instruction.
1054 toIEW->commitInfo[tid].doneSeqNum = head_inst->seqNum;
H A Ddecode_impl.hh316 toFetch->decodeInfo[tid].doneSeqNum = inst->seqNum;
H A Dinst_queue_impl.hh1215 squashedSeqNum[tid] = fromCommit->commitInfo[tid].doneSeqNum;

Completed in 30 milliseconds