Lines Matching refs:fromDecode
299 fromDecode = timeBuffer->getWire(-decodeToFetchDelay);
1002 if (fromDecode->decodeBlock[tid]) {
1006 if (fromDecode->decodeUnblock[tid]) {
1008 assert(!fromDecode->decodeBlock[tid]);
1044 if (fromDecode->decodeInfo[tid].squash) {
1049 if (fromDecode->decodeInfo[tid].branchMispredict) {
1050 branchPred->squash(fromDecode->decodeInfo[tid].doneSeqNum,
1051 fromDecode->decodeInfo[tid].nextPC,
1052 fromDecode->decodeInfo[tid].branchTaken,
1055 branchPred->squash(fromDecode->decodeInfo[tid].doneSeqNum,
1062 fromDecode->decodeInfo[tid].nextPC);
1064 squashFromDecode(fromDecode->decodeInfo[tid].nextPC,
1065 fromDecode->decodeInfo[tid].squashInst,
1066 fromDecode->decodeInfo[tid].doneSeqNum,