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

/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Dlinux-unwind.h34 #define TOC_SAVE_SLOT 24 macro
36 #define TOC_SAVE_SLOT 40 macro
321 if (pc[0] == 0xF8410000 + TOC_SAVE_SLOT
325 && pc[1] == 0xF8410000 + TOC_SAVE_SLOT)
336 if (insn && *insn == 0xE8410000 + TOC_SAVE_SLOT)
337 _Unwind_SetGRPtr (context, 2, context->cfa + TOC_SAVE_SLOT);
341 && pc[1] == 0xE8410000 + TOC_SAVE_SLOT)
348 _Unwind_SetGRPtr (context, 2, (void *)(sp + TOC_SAVE_SLOT));

Completed in 40 milliseconds