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

/haiku-fatelf/src/system/libroot/posix/arch/ppc/
H A Dsiglongjmp.S35 lwz %r31, JMP_REGS_R31(3)
H A Dsigsetjmp.S34 stw %r31, JMP_REGS_R31(3)
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_cpu.h18 uint32 r31; member in struct:iframe
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_cpu.h24 uint32 r31; member in struct:iframe
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcnbsd-nat.c166 regcache_raw_supply (regcache, tdep->ppc_gp0_regnum + 31, &cf.r31);
H A Dhppa-tdep.c647 "ret0", "ret1", "sp", "r31",
690 "ret0", "ret1", "sp", "r31",
1040 /* Get the PC from %r31 if currently in a syscall. Also mask out privilege
1058 PC value into %r31. */
1067 /* If in a syscall, then set %r31. Also make sure to get the
1840 /* The PC is found in the "return register", "Millicode" uses "r31"
1848 ULONGEST r31 = frame_unwind_register_unsigned (next_frame, 31);
1849 trad_frame_set_value (cache->saved_regs, HPPA_PCOQ_HEAD_REGNUM, r31);
1847 ULONGEST r31 = frame_unwind_register_unsigned (next_frame, 31); local
H A Drs6000-tdep.c512 r31 by gcc) in such cases. If a compiler emits traceback table,
796 ((op & 0xfc1f0000) == 0x901f0000 || /* st rx,NUM(r31) */
797 (op & 0xfc1f0000) == 0x981f0000 || /* stb Rx,NUM(r31) */
798 (op & 0xfc1f0000) == 0xd81f0000)) /* stfd Rx,NUM(r31) */
816 if (framep && ((op & 0xfc1f0000) == 0xfc1f0000)) /* frsp, fp?,NUM(r31) */
909 stw r31,300(r1)
1096 else if (((op >> 22) == 0x20f || /* l r31,... or l r30,... */
1097 (op >> 22) == 0x3af) /* ld r31,... or ld r30,... */
1122 else if (op == 0x603f0000 /* oril r31, r1, 0x0 */
1124 { /* mr r31, r
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h59 #define r31 31 macro
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_asm.S205 // regs to push on the stack: f13-f31, r13-r31, cr, r2, lr
229 // r31-13, r2
230 stwu %r31, -4(%r1)
290 lwzu %r31, 4(%r1)
H A Darch_exceptions.S287 /* push r4-r31 */
315 stwu %r31, -4(%r1)
365 lwzu %r31, 4(%r1)
H A Darch_debug.cpp211 kprintf(" r28 0x%08lx r29 0x%08lx r30 0x%08lx r31 0x%08lx\n",
212 frame->r28, frame->r29, frame->r30, frame->r31);
H A Darch_int.cpp90 dprintf("r28-r31: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->r28, frame->r29, frame->r30, frame->r31);

Completed in 131 milliseconds