Searched refs:MaxOpcodeBytes (Results 1 – 2 of 2) sorted by relevance
71 var mem = AttachedCPU.Bus.ReadBytes(pc, MaxOpcodeBytes, context: AttachedCPU); in TryReadAndDisassembleInstruction()101 protected const int MaxOpcodeBytes = 16; field in Antmicro.Renode.Peripherals.CPU.TraceWriter
149 var mem = AttachedCPU.Bus.ReadBytes(pc, MaxOpcodeBytes, context: AttachedCPU); in TryReadAndDecodeInstruction()