Lines Matching refs:toIEW

288     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->commitInfo[tid].pc = pc[tid];
636 toIEW->commitInfo[tid].squashInst = squashAfterInst[tid];
685 toIEW->commitInfo[tid].robSquashing = true;
742 toIEW->commitInfo[0].clearInterrupt = true;
756 toIEW->commitInfo[0].clearInterrupt = true;
810 toIEW->commitInfo[0].interruptPending = true;
897 toIEW->commitInfo[tid].doneSeqNum = squashed_inst;
899 toIEW->commitInfo[tid].squash = true;
903 toIEW->commitInfo[tid].robSquashing = true;
905 toIEW->commitInfo[tid].mispredictInst =
907 toIEW->commitInfo[tid].branchTaken =
909 toIEW->commitInfo[tid].squashInst =
911 if (toIEW->commitInfo[tid].mispredictInst) {
912 if (toIEW->commitInfo[tid].mispredictInst->isUncondCtrl()) {
913 toIEW->commitInfo[tid].branchTaken = true;
918 toIEW->commitInfo[tid].pc = fromIEW->pc[tid];
947 toIEW->commitInfo[tid].usedROB = true;
948 toIEW->commitInfo[tid].freeROBEntries = rob->numFreeEntries(tid);
967 toIEW->commitInfo[tid].usedROB = true;
968 toIEW->commitInfo[tid].emptyROB = true;
969 toIEW->commitInfo[tid].freeROBEntries = rob->numFreeEntries(tid);
1054 toIEW->commitInfo[tid].doneSeqNum = head_inst->seqNum;
1188 toIEW->commitInfo[tid].nonSpecSeqNum = head_inst->seqNum;
1198 toIEW->commitInfo[tid].strictlyOrdered = true;
1199 toIEW->commitInfo[tid].strictlyOrderedLoad = head_inst;