Searched refs:LastWriteBackCycle (Results 1 – 2 of 2) sorted by relevance
48 CarryOver(), Bandwidth(), LastWriteBackCycle() {} in InOrderIssueStage()133 if (LastWriteBackCycle) { in canExecute()137 if (NextWriteBackCycle < LastWriteBackCycle) { in canExecute()138 SI.update(IR, LastWriteBackCycle - NextWriteBackCycle, in canExecute()259 LastWriteBackCycle = IS.getCyclesLeft(); in tryIssue()406 if (LastWriteBackCycle > 0) in cycleEnd()407 --LastWriteBackCycle; in cycleEnd()
77 unsigned LastWriteBackCycle; variable