Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPicoRV32.cs44 …llCustomInstruction(pattern: "0000010-----00000---000000001011", handler: HandleRetirqInstruction); in PicoRV32()
203 private void HandleRetirqInstruction(UInt64 opcode) in HandleRetirqInstruction() method in Antmicro.Renode.Peripherals.CPU.PicoRV32