Lines Matching refs:commit

138      * an instruction execution completes and it is marked ready to commit.
269 .desc("cumulative count of insts sent to commit")
345 // Setup wire to read information from time buffer, from commit.
373 // Setup wire to write instructions to commit.
627 // being added to the queue to commit without being processed by
628 // writebackInsts prior to being sent to commit.
645 // Add finished instruction to queue to commit.
996 // commit stage can go ahead and execute them, and mark
1066 // so that commit can process them when they reach the
1067 // head of commit.
1098 // so that commit can process them when they reach the
1099 // head of commit.
1247 // Consider this instruction executed so that commit can go
1251 // Not sure if I should set this here or just let commit try to
1252 // commit any squashed instructions. I like the latter a bit more.
1264 // at the commit stage.
1285 // event adds the instruction to the queue to commit
1318 // to commit without the instruction completing.
1319 // Send this instruction to commit, also make sure iew stage
1328 // instruction to the queue to commit.
1352 // to tell commit to squash in flight instructions. Only
1466 DPRINTF(IEW, "Sending instructions to commit, [sn:%lli] PC %s.\n",
1474 // Some instructions will be sent to commit without having
1475 // executed because they need commit to handle them.
1477 // are first sent to commit. Instead commit must tell the LSQ
1560 // or store to commit. Also check if it's being told to execute a
1580 instQueue.commit(fromCommit->commitInfo[tid].doneSeqNum,tid);