Searched refs:R_B3 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/c6x/
H A Dpr-support.c51 #define R_B3 19 macro
147 R_A15, R_B15, R_B14, R_B13, R_B12, R_B11, R_B10, R_B3,
272 if (ret_reg != R_B3)
276 _Unwind_VRS_Set (context, _UVRSC_CORE, R_B3, _UVRSD_UINT32, &tmp);
296 _Unwind_VRS_Get (context, _UVRSC_CORE, R_B3, _UVRSD_UINT32, &tmp);
309 _Unwind_VRS_Set (context, _UVRSC_CORE, R_B3, _UVRSD_UINT32, ptr + 1);
311 _Unwind_VRS_Set (context, _UVRSC_CORE, R_B3, _UVRSD_UINT32, ptr + 2);
456 _Unwind_VRS_Set (context, _UVRSC_CORE, R_B3, _UVRSD_UINT32, &reg);
465 _Unwind_VRS_Get (context, _UVRSC_CORE, R_B3, _UVRSD_UINT32, &reg);
H A Dunwind-c6x.c28 #define R_B3 (R_B0 + 3) macro
31 #define R_LR R_B3
36 #define VRS_RETURN(vrs) ((vrs)->core.reg[R_B3])

Completed in 61 milliseconds