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

/haiku-fatelf/src/system/libroot/posix/arch/ppc/
H A Dsiglongjmp.S34 lwz %r30, JMP_REGS_R30(3)
H A Dsigsetjmp.S33 stw %r30, JMP_REGS_R30(3)
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_cpu.h19 uint32 r30; member in struct:iframe
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_cpu.h25 uint32 r30; member in struct:iframe
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcnbsd-nat.c165 regcache_raw_supply (regcache, tdep->ppc_gp0_regnum + 30, &cf.r30);
H A Drs6000-tdep.c907 stw r30,296(r1)
908 mflr r30
1096 else if (((op >> 22) == 0x20f || /* l r31,... or l r30,... */
1097 (op >> 22) == 0x3af) /* ld r31,... or ld r30,... */
2313 /* 24 */ R(r24),R(r25),R(r26),R(r27),R(r28),R(r29),R(r30),R(r31), \
2371 /* 24 */ R4(r24),R4(r25),R4(r26),R4(r27),R4(r28),R4(r29),R4(r30),R4(r31)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h58 #define r30 30 macro
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_asm.S231 stwu %r30, -4(%r1)
289 lwzu %r30, 4(%r1)
H A Darch_exceptions.S314 stwu %r30, -4(%r1)
366 lwzu %r30, 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 537 milliseconds