Searched refs:R_LR (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Da29k.h266 #define R_LR(N) ((N) + 32) /* lr0 is register number 32 */
376 R_LR (0), R_LR (1), R_LR (2), R_LR (3), R_LR (4), R_LR (5), \
377 R_LR (6), R_LR (7), R_LR (
264 #define R_LR macro
[all...]
H A Da29k.c859 high_regno = R_LR (18);
860 else if (GET_CODE (op) != REG || REGNO (op) < R_LR (0)
861 || REGNO (op) > R_LR (18))
866 for (i = R_LR (2); i < high_regno; i++)
889 for (i = R_LR (127); i >= R_LR (0); i --)
917 return REGNO (x) >= R_LR (0) && REGNO (x) <= R_FP;
1236 for (i = R_LR (127); i >= R_LR (0); i--)
1240 a29k_regstack_size = i - (R_LR (
[all...]
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Dfreebsd-unwind.h25 #define R_LR 65 macro
53 = (unsigned int *) _Unwind_GetGR (context, R_LR);
H A Dlinux-unwind.h25 #define R_LR 65 macro
239 fs->regs.reg[R_LR].how = REG_SAVED_OFFSET;
240 fs->regs.reg[R_LR].loc.offset = (long) &regs->link - new_cfa;
335 = (unsigned int *) _Unwind_GetGR (context, R_LR);
H A Ddarwin-fallback.c40 #define R_LR 65 macro
395 set_offset (R_LR, m64->lr + 1);
423 set_offset (R_LR, &m->lr);
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dpr-support.c35 #define R_LR 14 macro
119 _Unwind_VRS_Get (context, _UVRSC_CORE, R_LR, _UVRSD_UINT32,
178 mask |= (1 << R_LR);
H A Dunwind-arm.c29 #define R_LR 14 macro
34 #define VRS_RETURN(vrs) ((vrs)->core.r[R_LR])
/haiku-buildtools/gcc/libgcc/config/c6x/
H A Dunwind-c6x.c31 #define R_LR R_B3 macro

Completed in 66 milliseconds