Searched defs:TryDisassembleInstruction (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 32 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler 151 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.LLVMDisasWrapper 277 …public bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult r… in TryDisassembleInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.CortexMDisassemblerWrapper 388 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.RiscVDisassemblerWrapper
|
| D | IDisassembler.cs | 14 …bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, … in TryDisassembleInstruction() method
|