Searched defs:TryDecodeInstruction (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 37 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler 185 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.LLVMDisasWrapper 352 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.CortexMDisassemblerWrapper 374 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() method in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.RiscVDisassemblerWrapper
|
| D | IDisassembler.cs | 15 …bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset… in TryDecodeInstruction() method
|