Searched refs:fromDecode (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dfetch_impl.hh299 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
[all...]
H A Drename_impl.hh247 fromDecode = decodeQueue->getWire(-decodeToRenameDelay);
408 for (int i=0; i<fromDecode->size; i++) {
409 if (fromDecode->insts[i]->threadNumber == tid &&
410 fromDecode->insts[i]->seqNum > squash_seq_num) {
411 fromDecode->insts[i]->setSquashed();
840 int insts_from_decode = fromDecode->size;
842 const DynInstPtr &inst = fromDecode->insts[i];
1241 for (int i=0; i<fromDecode->size; i++) {
1242 if (!fromDecode->insts[i]->isSquashed())
H A Drename.hh353 typename TimeBuffer<DecodeStruct>::wire fromDecode; member in class:DefaultRename
H A Dfetch.hh420 typename TimeBuffer<TimeStruct>::wire fromDecode; member in class:DefaultFetch

Completed in 15 milliseconds