Searched refs:_UVRSD_VFPX (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h99 _UVRSD_VFPX = 1, enumerator in enum:__anon302
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp347 v & 0x0f), _UVRSD_VFPX);
361 RegisterRange(8, byte & 0x07), _UVRSD_VFPX);
897 case _UVRSD_VFPX:
925 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
927 if (representation == _UVRSD_VFPX) {
988 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
990 if (representation == _UVRSD_VFPX) {
1097 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
1107 // For _UVRSD_VFPX, we're assuming the data is stored in FSTMX "standard
1124 if (representation == _UVRSD_VFPX)
[all...]
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dpr-support.c228 if (_Unwind_VRS_Pop (context, _UVRSC_VFP, op, _UVRSD_VFPX)
245 if (_Unwind_VRS_Pop (context, _UVRSC_VFP, op, _UVRSD_VFPX)
H A Dunwind-arm.h142 _UVRSD_VFPX = 1, enumerator in enum:__anon134
H A Dunwind-arm.c279 if ((representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
293 For _UVRSD_VFPX we assume FSTMX standard format 1. */
305 if (representation == _UVRSD_VFPX)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h185 _UVRSD_VFPX = 1, enumerator in enum:__anon677

Completed in 87 milliseconds