Home
last modified time | relevance | path

Searched refs:_UVRSC_CORE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dunwind-arm-common.h126 _UVRSC_CORE = 0, /* integer register */ enumerator
223 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val); in _Unwind_GetGR()
233 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val); in _Unwind_SetGR()
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dunwind-arm.h115 _UVRSC_CORE = 0, enumerator
166 _Unwind_VRS_Get(context, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_GetGR()
171 _Unwind_VRS_Set(context, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_SetGR()
/netbsd/src/sys/arch/arm/include/
Dehabi.h50 _UVRSC_CORE = 0, /* integer register */ enumerator
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-arm-common.inc232 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &sp);
233 _Unwind_VRS_Get (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, &pc);
251 _Unwind_VRS_Set (context, _UVRSC_CORE, i, _UVRSD_UINT32, sp + 4 * i);