Searched refs:OpcodeString (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 176 OpcodeString = strBldr.ToString().Replace(" ", ""), in TryDisassembleInstruction() 193 opcode = Misc.HexStringToByteArray(result.OpcodeString.Trim(), true); in TryDecodeInstruction() 288 OpcodeString = pc.ToString("X"), in TryDisassembleInstruction() 299 OpcodeString = pc.ToString("X"), in TryDisassembleInstruction() 310 OpcodeString = pc.ToString("X"), in TryDisassembleInstruction() 321 OpcodeString = pc.ToString("X"), in TryDisassembleInstruction() 332 OpcodeString = pc.ToString("X"), in TryDisassembleInstruction() 343 OpcodeString = pc.ToString("X"), in TryDisassembleInstruction() 360 opcode = Misc.HexStringToByteArray(result.OpcodeString, true); in TryDecodeInstruction()
|
| D | IDisassembler.cs | 22 public string OpcodeString { get; set; } property
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/ |
| D | TraceTextWriter.cs | 58 stringBuilder.AppendFormat("0x{0}\n", result.OpcodeString.ToUpper()); in Write() 62 … stringBuilder.AppendFormat("0x{0:X}: 0x{1}\n", result.PC, result.OpcodeString.ToUpper()); in Write()
|
| D | TraceBasedModelFlatBufferWriter.cs | 51 var opcode = Misc.HexStringToByteArray(result.OpcodeString.Trim(), true); in Write()
|