Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs224 .WithFlag(3, out illegalInstructionError, name: "illegal_insn") in DefineRegisters()
247 illegalInstructionError.Value = false; in DefineRegisters()
365 illegalInstructionError.Value = true; in Execute()
408 private IFlagRegisterField illegalInstructionError; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_BigNumberAccelerator