Home
last modified time | relevance | path

Searched refs: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() argument
33 numberOfExecutedInstructions = 0; in ExecuteInstructions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs75 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument
92 numberOfExecutedInstructions = instructionsExecutedThisRound; in ExecuteInstructions()
DTranslationCPU.cs272 var numberOfExecutedInstructions = TlibGetExecutedInstructions(); in SyncTime()
274 ReportProgress(numberOfExecutedInstructions); in SyncTime()
2386 …lt ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument
2409 numberOfExecutedInstructions = TlibGetExecutedInstructions(); in ExecuteInstructions()
2410 if(numberOfExecutedInstructions == 0) in ExecuteInstructions()
2414 …DebugHelper.Assert(numberOfExecutedInstructions <= numberOfInstructionsToExecute, "tlib executed m… in ExecuteInstructions()
DBaseCPU.cs168 …t ExecuteInstructions(ulong numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions); in ExecuteInstructions() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs345 …sult ExecuteInstructions(int numberOfInstructionsToExecute, out ulong numberOfExecutedInstructions) in ExecuteInstructions() argument
353 ExecuteLoop(out numberOfExecutedInstructions); in ExecuteInstructions()
358 … base.ExecuteInstructions((ulong)numberOfInstructionsToExecute, out numberOfExecutedInstructions); in ExecuteInstructions()
371 private void ExecuteLoop(out ulong numberOfExecutedInstructions) in ExecuteLoop() argument
381 numberOfExecutedInstructions = 0; in ExecuteLoop()
388 var result = base.ExecuteInstructions(1, out 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() argument
227 numberOfExecutedInstructions = 0; in ExecuteInstructions()
244 numberOfExecutedInstructions++; in ExecuteInstructions()