Searched refs:executedInstructionsTotal (Results 1 – 1 of 1) sorted by relevance
115 executedInstructionsTotal = 0; in Reset()264 …Field(0,32, FieldMode.Read, valueProviderCallback: (_) => (uint)executedInstructionsTotal, name: "… in DefineRegisters()340 executedInstructionsTotal = 0; in Execute()375 executedInstructionsTotal += executedInstructions; in Execute()416 private ulong executedInstructionsTotal; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_BigNumberAccelerator