Home
last modified time | relevance | path

Searched refs:R_LR (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Daix-unwind.h27 #define R_LR 65 macro
47 _Unwind_GetGR ((CTX), R_LR); \
59 _Unwind_GetGR ((CTX), R_LR); \
246 REGISTER_CFA_OFFSET_FOR (fs, R_LR, &mctx->lr, new_cfa); in ppc_aix_fallback_frame_state()
H A Dfreebsd-unwind.h25 #define R_LR 65 macro
53 = (unsigned int *) _Unwind_GetGR (context, R_LR); in frob_update_context()
H A Dlinux-unwind.h25 #define R_LR 65 macro
239 fs->regs.reg[R_LR].how = REG_SAVED_OFFSET; in ppc_fallback_frame_state()
240 fs->regs.reg[R_LR].loc.offset = (long) &regs->link - new_cfa; in ppc_fallback_frame_state()
335 = (unsigned int *) _Unwind_GetGR (context, R_LR); in frob_update_context()
H A Ddarwin-fallback.c40 #define R_LR 65 macro
395 set_offset (R_LR, m64->lr + 1); in handle_syscall()
423 set_offset (R_LR, &m->lr); in handle_syscall()
/netbsd/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Daix-unwind.h27 #define R_LR 65 macro
47 _Unwind_GetGR ((CTX), R_LR); \
59 _Unwind_GetGR ((CTX), R_LR); \
246 REGISTER_CFA_OFFSET_FOR (fs, R_LR, &mctx->lr, new_cfa); in ppc_aix_fallback_frame_state()
H A Dfreebsd-unwind.h25 #define R_LR 65 macro
53 = (unsigned int *) _Unwind_GetGR (context, R_LR); in frob_update_context()
H A Dlinux-unwind.h25 #define R_LR 65 macro
243 fs->regs.reg[R_LR].how = REG_SAVED_OFFSET; in ppc_fallback_frame_state()
244 fs->regs.reg[R_LR].loc.offset = (long) &regs->link - new_cfa; in ppc_fallback_frame_state()
339 = (unsigned int *) _Unwind_GetGR (context, R_LR); in frob_update_context()
H A Ddarwin-fallback.c40 #define R_LR 65 macro
395 set_offset (R_LR, m64->lr + 1); in handle_syscall()
423 set_offset (R_LR, &m->lr); in handle_syscall()
/netbsd/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dpr-support.c36 #define R_LR 14 macro
120 _Unwind_VRS_Get (context, _UVRSC_CORE, R_LR, _UVRSD_UINT32, in __gnu_unwind_execute()
179 mask |= (1 << R_LR); in __gnu_unwind_execute()
H A Dunwind-arm.c30 #define R_LR 14 macro
35 #define VRS_RETURN(vrs) ((vrs)->core.r[R_LR])
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dpr-support.c36 #define R_LR 14 macro
120 _Unwind_VRS_Get (context, _UVRSC_CORE, R_LR, _UVRSD_UINT32, in __gnu_unwind_execute()
179 mask |= (1 << R_LR); in __gnu_unwind_execute()
H A Dunwind-arm.c30 #define R_LR 14 macro
35 #define VRS_RETURN(vrs) ((vrs)->core.r[R_LR])
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dunwind-c6x.c31 #define R_LR R_B3 macro
/netbsd/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dunwind-c6x.c31 #define R_LR R_B3 macro
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc1065 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC));
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc1061 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC));
H A DChangeLog2240 * config/rs6000/aix-unwind.h (LR_REGNO): Rename to R_LR.
8367 register numbers. LR_REGNO replaces R_LR.
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200714794 * config/rs6000/linux-unwind.h: Define R_LR, R_CR2, R_VR0,
14796 * config/rs6000/darwin-fallback.c: Define R_LR, R_CTR, R_CR2,
14799 * config/rs6000/aix.h: Define R_LR. Use it.
H A DChangeLog-201115669 * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.