Home
last modified time | relevance | path

Searched refs:pR13 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DUnwindHelpers.cpp154 return *pR13; in getRegister()
216 pR13 = (PTR_UIntNative)location; in setRegister()
272 uint64_t getR13() const { return *pR13; } in getR13()
273 void setR13(uint64_t value, uint64_t location) { pR13 = (PTR_UIntNative)location; } in setR13()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DStackFrameIterator.cpp272 if (pFrame->m_Flags & PTFF_SAVE_R13) { m_RegDisplay.pR13 = pPreservedRegsCursor++; } in InternalInit()
457 m_RegDisplay.pR13 = PTR_TO_MEMBER(PAL_LIMITED_CONTEXT, pCtx, R13); in InternalInit()
484 m_RegDisplay.pR13 = PTR_TO_MEMBER(PAL_LIMITED_CONTEXT, pCtx, R13); in InternalInit()
629 m_RegDisplay.pR13 = thisFuncletPtrs.pR13; in UpdateFromExceptionDispatch()
641 m_RegDisplay.pR13 = thisFuncletPtrs.pR13; in UpdateFromExceptionDispatch()
698 m_funcletPtrs.pR13 = m_RegDisplay.pR13; in UnwindFuncletInvokeThunk()
715 m_RegDisplay.pR13 = SP++; in UnwindFuncletInvokeThunk()
742 m_funcletPtrs.pR13 = m_RegDisplay.pR13; in UnwindFuncletInvokeThunk()
761 m_RegDisplay.pR13 = SP++; in UnwindFuncletInvokeThunk()
1235 m_RegDisplay.pR13 = PTR_TO_MEMBER(PAL_LIMITED_CONTEXT, pContext, R13); in UnwindThrowSiteThunk()
[all …]
H A DStackFrameIterator.h172 PTR_UIntNative pR13;
182 PTR_UIntNative pR13;
H A Dregdisplay.h23 PTR_UIntNative pR13; member
H A DRHCodeMan.cpp220 case CSR_NUM_R13: return (PTR_PTR_Object)pContext->pR13; in GetRegObjectAddr()
239 case CSR_NUM_R13: return (PTR_PTR_Object)pContext->pR13; in GetRegObjectAddr()
846 if (regMask & CSR_MASK_R13) { pContext->pR13 = RSP++; } in UnwindStackFrame()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/amd64/
H A DAsmOffsetsCpu.h66 PLAT_ASM_OFFSET(60, REGDISPLAY, pR13)
116 PLAT_ASM_OFFSET(60, REGDISPLAY, pR13)