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