Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs617 … var toExecute = Math.Min(InstructionsToNearestLimit(), instructionsLeftThisRound); in CpuThreadBodyInner()
655 … var instructionsToSkip = Math.Min(InstructionsToNearestLimit(), instructionsLeftThisRound); in CpuThreadBodyInner()
899 private ulong InstructionsToNearestLimit() in InstructionsToNearestLimit() method in Antmicro.Renode.Peripherals.CPU.BaseCPU