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

/gem5/src/cpu/o3/
H A Diew_impl.hh346 fromCommit = timeBuffer->getWire(-commitToIEWDelay);
471 ldstQueue.squash(fromCommit->commitInfo[tid].doneSeqNum, tid);
478 fromCommit->commitInfo[tid].doneSeqNum, tid);
769 if (fromCommit->commitInfo[tid].robSquashing) {
791 if (fromCommit->commitInfo[tid].squash) {
805 if (fromCommit->commitInfo[tid].robSquashing) {
1571 if (fromCommit->commitInfo[tid].doneSeqNum != 0 &&
1572 !fromCommit->commitInfo[tid].squash &&
1573 !fromCommit->commitInfo[tid].robSquashing) {
1575 ldstQueue.commitStores(fromCommit
[all...]
H A Dfetch_impl.hh302 fromCommit = timeBuffer->getWire(-commitToFetchDelay);
921 if (fromCommit->commitInfo[0].interruptPending) {
925 if (fromCommit->commitInfo[0].clearInterrupt) {
1013 if (fromCommit->commitInfo[tid].squash) {
1018 squash(fromCommit->commitInfo[tid].pc,
1019 fromCommit->commitInfo[tid].doneSeqNum,
1020 fromCommit->commitInfo[tid].squashInst, tid);
1025 if (fromCommit->commitInfo[tid].mispredictInst &&
1026 fromCommit->commitInfo[tid].mispredictInst->isControl()) {
1027 branchPred->squash(fromCommit
[all...]
H A Drename_impl.hh224 fromCommit = timeBuffer->getWire(-commitToRenameDelay);
470 if (fromCommit->commitInfo[tid].doneSeqNum != 0 &&
471 !fromCommit->commitInfo[tid].squash &&
474 removeFromHistory(fromCommit->commitInfo[tid].doneSeqNum,
1307 if (fromCommit->commitInfo[tid].usedROB) {
1309 fromCommit->commitInfo[tid].freeROBEntries;
1310 emptyROB[tid] = fromCommit->commitInfo[tid].emptyROB;
1348 if (fromCommit->commitInfo[tid].squash) {
1352 squash(fromCommit->commitInfo[tid].doneSeqNum, tid);
H A Ddecode.hh224 typename TimeBuffer<TimeStruct>::wire fromCommit; member in class:DefaultDecode
H A Diew.hh310 typename TimeBuffer<TimeStruct>::wire fromCommit; member in class:DefaultIEW
H A Dinst_queue.hh306 typename TimeBuffer<TimeStruct>::wire fromCommit; member in class:InstructionQueue
H A Drename.hh338 typename TimeBuffer<TimeStruct>::wire fromCommit; member in class:DefaultRename
H A Dfetch.hh429 typename TimeBuffer<TimeStruct>::wire fromCommit; member in class:DefaultFetch
H A Ddecode_impl.hh182 fromCommit = timeBuffer->getWire(-commitToDecodeDelay);
523 if (fromCommit->commitInfo[tid].squash) {
H A Dinst_queue_impl.hh455 fromCommit = timeBuffer->getWire(-commitToIEWDelay);
1215 squashedSeqNum[tid] = fromCommit->commitInfo[tid].doneSeqNum;

Completed in 19 milliseconds