Searched refs:toCommit (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Diew_impl.hh374 toCommit = iewQueue->getWire(0);
505 if (!toCommit->squash[tid] ||
506 inst->seqNum < toCommit->squashedSeqNum[tid]) {
507 toCommit->squash[tid] = true;
508 toCommit->squashedSeqNum[tid] = inst->seqNum;
509 toCommit->branchTaken[tid] = inst->pcState().branching();
514 toCommit->pc[tid] = pc;
515 toCommit->mispredictInst[tid] = inst;
516 toCommit->includeSquashInst[tid] = false;
535 if (!toCommit
[all...]
H A Diew.hh334 typename TimeBuffer<IEWStruct>::wire toCommit; member in class:DefaultIEW

Completed in 9 milliseconds