Home
last modified time | relevance | path

Searched refs:AddPostOpcodeExecutionHook (Results 1 – 3 of 3) 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/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs188 cpuWithPostOpcodeExecutionHooks.AddPostOpcodeExecutionHook(0x7057, 0x7057, (pc) => in TrackVectorConfiguration()
/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