Lines Matching refs:_UVRSD_UINT32

269       _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);  in _Unwind_VRS_Interpret()
274 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret()
287 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret()
296 _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret()
297 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret()
305 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret()
319 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret()
336 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret()
339 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret()
353 0 /* Return Address Auth Code */, _UVRSD_UINT32); in _Unwind_VRS_Interpret()
429 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()
434 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret()
435 _Unwind_VRS_Get(context, _UVRSC_PSEUDO, 0, _UVRSD_UINT32, &pac); in _Unwind_VRS_Interpret()
441 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_IP, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()
895 case _UVRSD_UINT32: in ValueAsBitPattern()
921 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
945 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
965 if (representation != _UVRSD_UINT32 || regno != 0) in _Unwind_VRS_Set()
984 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Get_Internal()
1008 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Get_Internal()
1028 if (representation != _UVRSD_UINT32 || regno != 0) in _Unwind_VRS_Get_Internal()
1068 if (representation != _UVRSD_UINT32) in _Unwind_VRS_Pop()
1075 _UVRSD_UINT32, &sp) != _UVRSR_OK) { in _Unwind_VRS_Pop()
1085 _UVRSD_UINT32, &value) != _UVRSR_OK) { in _Unwind_VRS_Pop()
1091 _UVRSD_UINT32, &sp); in _Unwind_VRS_Pop()
1107 _UVRSD_UINT32, &sp) != _UVRSR_OK) { in _Unwind_VRS_Pop()
1129 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
1133 if (representation != _UVRSD_UINT32 || discriminator != 0) in _Unwind_VRS_Pop()
1137 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
1142 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Pop()
1143 return _Unwind_VRS_Set(context, _UVRSC_PSEUDO, 0, _UVRSD_UINT32, &pac); in _Unwind_VRS_Pop()