Searched refs:_ARMInstructionLength (Results 1 – 2 of 2) sorted by relevance
106 static inline uint32_t _ARMInstructionLength(struct ARMCore* cpu) { in _ARMInstructionLength() function111 return cpu->gprs[ARM_PC] - _ARMInstructionLength(cpu) * 2; in _ARMPCAddress()
206 int instructionLength = _ARMInstructionLength(debugger->cpu); in ARMDebuggerCheckBreakpoints()606 int instructionLength = _ARMInstructionLength(debugger->cpu); in ARMDebuggerUpdateStackTrace()