Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPicoRV32.cs43 …tallCustomInstruction(pattern: "0000001-----sssss---000dd0001011", handler: HandleSetqInstruction); in PicoRV32()
193 private void HandleSetqInstruction(UInt64 opcode) in HandleSetqInstruction() method in Antmicro.Renode.Peripherals.CPU.PicoRV32