Searched refs:TryReadAndDecodeInstruction (Results 1 – 1 of 1) sorted by relevance
72 if(!TryReadAndDecodeInstruction(pc, block.DisassemblyFlags, out var opcode)) in Write()142 private bool TryReadAndDecodeInstruction(ulong pc, uint flags, out byte[] opcode) in TryReadAndDecodeInstruction() method in Antmicro.Renode.Peripherals.CPU.TraceBinaryWriter