Searched refs:_Unwind_VRS_Pop (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | pr-support.c | 157 if (_Unwind_VRS_Pop (context, _UVRSC_CORE, op, _UVRSD_UINT32) in __gnu_unwind_execute() 183 if (_Unwind_VRS_Pop (context, _UVRSC_CORE, mask, _UVRSD_UINT32) in __gnu_unwind_execute() 198 if (_Unwind_VRS_Pop (context, _UVRSC_CORE, op, _UVRSD_UINT32) in __gnu_unwind_execute() 228 if (_Unwind_VRS_Pop (context, _UVRSC_VFP, op, _UVRSD_VFPX) in __gnu_unwind_execute() 237 if (_Unwind_VRS_Pop (context, _UVRSC_FPA, op, _UVRSD_FPAX) in __gnu_unwind_execute() 245 if (_Unwind_VRS_Pop (context, _UVRSC_VFP, op, _UVRSD_VFPX) in __gnu_unwind_execute() 257 if (_Unwind_VRS_Pop (context, _UVRSC_WMMXD, op, _UVRSD_UINT64) in __gnu_unwind_execute() 269 if (_Unwind_VRS_Pop (context, _UVRSC_WMMXC, op, _UVRSD_UINT32) in __gnu_unwind_execute() 288 if (_Unwind_VRS_Pop (context, _UVRSC_FPA, op, _UVRSD_FPAX) in __gnu_unwind_execute() 298 if (_Unwind_VRS_Pop (context, _UVRSC_VFP, op, _UVRSD_DOUBLE) in __gnu_unwind_execute() [all …]
|
H A D | libgcc-bpabi.ver | 75 _Unwind_VRS_Pop
|
H A D | unwind-arm.h | 183 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
|
H A D | unwind-arm.c | 239 _Unwind_VRS_Result _Unwind_VRS_Pop (_Unwind_Context *context, in _Unwind_VRS_Pop() function
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | Unwind-EHABI.cpp | 287 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret() 305 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret() 345 _Unwind_VRS_Pop(context, _UVRSC_VFP, in _Unwind_VRS_Interpret() 352 _Unwind_VRS_Pop(context, _UVRSC_PSEUDO, in _Unwind_VRS_Interpret() 360 _Unwind_VRS_Pop(context, _UVRSC_VFP, in _Unwind_VRS_Interpret() 375 _Unwind_VRS_Pop(context, _UVRSC_WMMXD, in _Unwind_VRS_Interpret() 384 _Unwind_VRS_Pop(context, _UVRSC_WMMXD, in _Unwind_VRS_Interpret() 393 _Unwind_VRS_Pop(context, _UVRSC_WMMXC, v, _UVRSD_DOUBLE); in _Unwind_VRS_Interpret() 405 _Unwind_VRS_Pop(context, _UVRSC_VFP, in _Unwind_VRS_Interpret() 418 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7), in _Unwind_VRS_Interpret() [all …]
|
/openbsd/gnu/llvm/libunwind/include/ |
H A D | unwind_arm_ehabi.h | 124 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
|