Home
last modified time | relevance | path

Searched refs:_ARMInstructionLength (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mgba/mgba-0.9.2/include/mgba/internal/arm/
H A Disa-inlines.h106 static inline uint32_t _ARMInstructionLength(struct ARMCore* cpu) { in _ARMInstructionLength() function
111 return cpu->gprs[ARM_PC] - _ARMInstructionLength(cpu) * 2; in _ARMPCAddress()
/dports/emulators/mgba/mgba-0.9.2/src/arm/debugger/
H A Ddebugger.c206 int instructionLength = _ARMInstructionLength(debugger->cpu); in ARMDebuggerCheckBreakpoints()
606 int instructionLength = _ARMInstructionLength(debugger->cpu); in ARMDebuggerUpdateStackTrace()