Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceWriter.cs71 var mem = AttachedCPU.Bus.ReadBytes(pc, MaxOpcodeBytes, context: AttachedCPU); in TryReadAndDisassembleInstruction()
101 protected const int MaxOpcodeBytes = 16; field in Antmicro.Renode.Peripherals.CPU.TraceWriter
DTraceBinaryWriter.cs149 var mem = AttachedCPU.Bus.ReadBytes(pc, MaxOpcodeBytes, context: AttachedCPU); in TryReadAndDecodeInstruction()