Searched refs:InstructionsToNearestLimit (Results 1 – 1 of 1) sorted by relevance
617 … 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