Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DEmptyCPU.cs31 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs75 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
DTranslationCPU.cs2386 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
2398 … lastTlibResult = (TlibExecutionResult)TlibExecute(checked((int)numberOfInstructionsToExecute)); in ExecuteInstructions()
2414 …DebugHelper.Assert(numberOfExecutedInstructions <= numberOfInstructionsToExecute, "tlib executed m… in ExecuteInstructions()
DBaseCPU.cs168 …public abstract ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs345 …public ExecutionResult ExecuteInstructions(int numberOfInstructionsToExecute, out ulong numberOfEx… in ExecuteInstructions() argument
347 …l.Debug, string.Format("Executing #{0} instruction(s) at {1}", numberOfInstructionsToExecute, PC)); in ExecuteInstructions()
358 … base.ExecuteInstructions((ulong)numberOfInstructionsToExecute, out numberOfExecutedInstructions); in ExecuteInstructions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs225 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() argument
228 while(numberOfInstructionsToExecute-- > 0) in ExecuteInstructions()