Home
last modified time | relevance | path

Searched refs:numberOfInstructionsToExecute (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCPU.cs39 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
41 numberOfExecutedInstructions = numberOfInstructionsToExecute; in ExecuteInstructions()
42 totalExecutedInstructions += numberOfInstructionsToExecute; in ExecuteInstructions()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs121 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
144 … cosimConnection.Send(this, ActionType.TickClock, 0, numberOfInstructionsToExecute); in ExecuteInstructions()