Searched refs:CurrentCycle (Results 1 – 4 of 4) sorted by relevance
23 : InstructionView(sti, Printer, S), CurrentCycle(0), in TimelineView()67 if (CurrentCycle < MaxCycle) in onEvent()68 TVEntry.CycleRetired = CurrentCycle; in onEvent()80 if (CurrentCycle > TVEntry.CycleExecuted) { in onEvent()82 (CurrentCycle - 1) - TVEntry.CycleExecuted; in onEvent()87 Timeline[Index].CycleReady = CurrentCycle; in onEvent()90 Timeline[Index].CycleIssued = CurrentCycle; in onEvent()93 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent()100 Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle); in onEvent()105 if (CurrentCycle < MaxCycle) in onEvent()[all …]
123 unsigned CurrentCycle; variable170 void onCycleEnd() override { ++CurrentCycle; } in onCycleEnd()
196 unsigned CurrentCycle; variable302 void cycleEnd() { ++CurrentCycle; } in cycleEnd()
68 ZeroRegisters(mri.getNumRegs(), false), CurrentCycle() {128 WR.notifyExecuted(CurrentCycle); in onInstructionExecuted()133 OtherWR.notifyExecuted(CurrentCycle); in onInstructionExecuted()142 OtherWR.notifyExecuted(CurrentCycle); in onInstructionExecuted()499 return CurrentCycle - WR.getWriteBackCycle(); in getElapsedCyclesFromWriteBack()