Home
last modified time | relevance | path

Searched defs:memoryOffset (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs32 …eInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult result, int memoryOffset = 0) in TryDisassembleInstruction()
37 … TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset = 0) in TryDecodeInstruction()
151 …eInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult result, int memoryOffset = 0) in TryDisassembleInstruction()
185 … TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset = 0) in TryDecodeInstruction()
277 …nstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, int memoryOffset = 0) in TryDisassembleInstruction()
352 … TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset = 0) in TryDecodeInstruction()
374 … TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset = 0) in TryDecodeInstruction()
388 …eInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult result, int memoryOffset = 0) in TryDisassembleInstruction()
393 private int DecodeRiscVOpcodeLength(byte[] memory, int memoryOffset) in DecodeRiscVOpcodeLength()
DIDisassembler.cs14 …struction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, int memoryOffset = 0); in TryDisassembleInstruction()
15 …TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset = 0); in TryDecodeInstruction()