Searched refs:x1Stack (Results 1 – 1 of 1) sorted by relevance
64 this.x1Stack = new Stack<uint>(); in OpenTitan_BigNumberAcceleratorCore()94 x1Stack.Clear(); in Reset()287 …dling X1 {0} hook; current depth of the stack is {1}", isWrite ? "write" : "read", x1Stack.Count)); in HandleX1Access()291 if(x1Stack.Count == MaximumStackCapacity) in HandleX1Access()297 x1Stack.Push(this.GetRegister(1)); in HandleX1Access()301 if(x1Stack.Count == 0) in HandleX1Access()308 this.SetRegister(1, x1Stack.Pop()); in HandleX1Access()909 private readonly Stack<uint> x1Stack; field in Antmicro.Renode.Peripherals.CPU.OpenTitan_BigNumberAcceleratorCore