Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/arch/riscv/
Drenode_riscv_callbacks.c17 EXTERNAL_AS(int32_t, HandleCustomInstruction, tlib_handle_custom_instruction, uint64_t, uint64_t)
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs781 private int HandleCustomInstruction(UInt64 id, UInt64 opcode) in HandleCustomInstruction() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV