Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPicoRV32.cs46 …lCustomInstruction(pattern: "0000100-----00000---ddddd0001011", handler: HandleWaitirqInstruction); in PicoRV32()
247 private void HandleWaitirqInstruction(UInt64 opcode) in HandleWaitirqInstruction() method in Antmicro.Renode.Peripherals.CPU.PicoRV32