Home
last modified time | relevance | path

Searched defs:numberOfExecutedInstructions (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DEmptyCPU.cs31 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs75 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions()
DBaseCPU.cs168 …t ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions); in ExecuteInstructions()
DTranslationCPU.cs2386 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs345 …sult ExecuteInstructions(int numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions()
371 private void ExecuteLoop(out ulong numberOfExecutedInstructions) in ExecuteLoop()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs225 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions()