Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 17 of 17) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs32 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction()
37 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
42 public int DisassembleBlock(ulong pc, byte[] memory, uint flags, out string text) in DisassembleBlock()
151 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction()
185 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
277 …public bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult r… in TryDisassembleInstruction()
352 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
374 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
388 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction()
DIDisassembler.cs14 …bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, … in TryDisassembleInstruction()
15 …bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset… in TryDecodeInstruction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/
DDefaultFunctionHandler.cs24 …public void CallHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> arg… in CallHandler()
29 …public void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> a… in ReturnHandler()
DPrintfHandler.cs23 …public void CallHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> arg… in CallHandler()
28 …public void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> a… in ReturnHandler()
DIFunctionHandler.cs17 …void CallHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> arguments); in CallHandler()
19 …void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> argument… in ReturnHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceFormat.cs30 public AdditionalData(ulong pc, AdditionalDataType type) in AdditionalData()
44 …public MemoryAccessAdditionalData(ulong pc, MemoryOperation operationType, ulong operationTargetVi… in MemoryAccessAdditionalData()
111 …public RiscVVectorConfigurationData(ulong pc, ulong vl, ulong vtype) : base(pc, AdditionalDataType… in RiscVVectorConfigurationData()
DTraceBinaryWriter.cs123 private void WritePCToBuffer(ulong pc) in WritePCToBuffer()
142 private bool TryReadAndDecodeInstruction(ulong pc, uint flags, out byte[] opcode) in TryReadAndDecodeInstruction()
DTraceWriter.cs64 …protected bool TryReadAndDisassembleInstruction(ulong pc, uint flags, out DisassemblyResult result) in TryReadAndDisassembleInstruction()
DExecutionTracer.cs196 private void HandleBlockEndHook(ulong pc, uint instructionsInBlock) in HandleBlockEndHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DIAssembler.cs12 byte[] AssembleBlock(ulong pc, string code, uint flags); in AssembleBlock()
DLLVMAssembler.cs25 public byte[] AssembleBlock(ulong pc, string code, uint flags) in AssembleBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_callbacks.c24 void tlib_on_translation_block_find_slow(uint64_t pc) in tlib_on_translation_block_find_slow()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs97 …private void EvaluateTraceCallback(ulong pc, string name, IEnumerable<FunctionCallParameter> param… in EvaluateTraceCallback() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs252 …private void EraseMemoryAccessHook(ulong pc, MemoryOperation operation, ulong virtualAddress, ulon… in EraseMemoryAccessHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1077 private void OnBlockFinished(ulong pc, uint executedInstructions) in OnBlockFinished()
1110 private void OnMemoryAccess(ulong pc, uint operation, ulong virtualAddress, ulong value) in OnMemoryAccess()
1399 private delegate void TranslationBlockFetchCallback(ulong pc); in TranslationBlockFetchCallback()
2108 private void LogDisassembly(ulong pc, uint size, uint flags) in LogDisassembly()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs794 private void HandlePostOpcodeExecutionHook(UInt32 id, UInt64 pc) in HandlePostOpcodeExecutionHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs272 public void SetPCOnAllCores(ulong pc) in SetPCOnAllCores()