Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithOpcodeHooks.cs14 void EnablePostOpcodeExecutionHooks(UInt32 value); in EnablePostOpcodeExecutionHooks() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs186 cpuWithPostOpcodeExecutionHooks.EnablePostOpcodeExecutionHooks(1u); in TrackVectorConfiguration()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs304 public void EnablePostOpcodeExecutionHooks(uint value) in EnablePostOpcodeExecutionHooks() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV