Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs619 if(skipInstructions > 0) in CpuThreadBodyInner()
621 var amountOfInstructions = Math.Min(skipInstructions, toExecute); in CpuThreadBodyInner()
625 skipInstructions -= amountOfInstructions; in CpuThreadBodyInner()
859 get => skipInstructions;
860 protected set => skipInstructions = value;
943 private ulong skipInstructions; field in Antmicro.Renode.Peripherals.CPU.BaseCPU