Home
last modified time | relevance | path

Searched refs:ExecuteInstructions (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DIControllableCPU.cs14 ExecutionResult ExecuteInstructions(ulong toExecute, out ulong executed); in ExecuteInstructions() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DEmptyCPU.cs31 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() method in Antmicro.Renode.UnitTests.Mocks.EmptyCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs75 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() method in Antmicro.Renode.Peripherals.CPU.ExternalCPU
DBaseCPU.cs168 …public abstract ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() method in Antmicro.Renode.Peripherals.CPU.BaseCPU
640 result = ExecuteInstructions(toExecute, out var executed); in CpuThreadBodyInner()
DTranslationCPU.cs2386 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs25 ExecutionResult ExecuteInstructions(int instructionCount, out ulong executedInstructions); in ExecuteInstructions() method
345 result = core.ExecuteInstructions(1, out var executedInstructions); in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs345 …public ExecutionResult ExecuteInstructions(int numberOfInstructionsToExecute, out ulong numberOfEx… in ExecuteInstructions() method in Antmicro.Renode.Peripherals.CPU.OpenTitan_BigNumberAcceleratorCore
358 … base.ExecuteInstructions((ulong)numberOfInstructionsToExecute, out numberOfExecutedInstructions); in ExecuteInstructions()
388 var result = base.ExecuteInstructions(1, out numberOfExecutedInstructions); in ExecuteLoop()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs225 …public override ExecutionResult ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong… in ExecuteInstructions() method in Antmicro.Renode.Peripherals.CPU.MSP430X