Home
last modified time | relevance | path

Searched defs:AddPostOpcodeExecutionHook (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithOpcodeHooks.cs13 void AddPostOpcodeExecutionHook(UInt64 mask, UInt64 value, Action<ulong> hook); in AddPostOpcodeExecutionHook() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs309 public void AddPostOpcodeExecutionHook(UInt64 mask, UInt64 value, Action<ulong> action) in AddPostOpcodeExecutionHook() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV