Searched refs:LastWriteBackCycle (Results 1 – 2 of 2) sorted by relevance
50 NumIssued(), CarryOver(), Bandwidth(), LastWriteBackCycle() {} in InOrderIssueStage()141 if (LastWriteBackCycle) { in canExecute()145 if (NextWriteBackCycle < LastWriteBackCycle) { in canExecute()146 SI.update(IR, LastWriteBackCycle - NextWriteBackCycle, in canExecute()275 LastWriteBackCycle = IS.getCyclesLeft(); in tryIssue()443 if (LastWriteBackCycle > 0) in cycleEnd()444 --LastWriteBackCycle; in cycleEnd()
80 unsigned LastWriteBackCycle; variable