Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs377 if(currentLoopContext.NumberOfIterations == 0) in ExecuteLoop()
392 currentLoopContext.NumberOfIterations--; in ExecuteLoop()
393 if(currentLoopContext.NumberOfIterations == 0) in ExecuteLoop()
400 …f iterations to {0}; loop stack depth is: {1}", currentLoopContext.NumberOfIterations, loopStack.C… in ExecuteLoop()
480 NumberOfIterations = numberOfIterations in InnerLoopHandler()
1012 public uint NumberOfIterations { get; set; } property in Antmicro.Renode.Peripherals.CPU.OpenTitan_BigNumberAcceleratorCore.LoopContext