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

/haiku-fatelf/src/system/boot/platform/cfe/arch/ppc/
H A Darch_start_kernel.S21 // save the old stack pointer in r29
22 stw %r29, 20(%r1)
23 mr %r29, %r1
41 mr %r1, %r29
42 lwz %r29, 20(%r1)
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S21 // save the old stack pointer in r29
22 stw %r29, 20(%r1)
23 mr %r29, %r1
41 mr %r1, %r29
42 lwz %r29, 20(%r1)
/haiku-fatelf/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_start_kernel.S21 // save the old stack pointer in r29
22 stw %r29, 20(%r1)
23 mr %r29, %r1
41 mr %r1, %r29
42 lwz %r29, 20(%r1)
/haiku-fatelf/src/system/libroot/posix/arch/ppc/
H A Dsiglongjmp.S33 lwz %r29, JMP_REGS_R29(3)
H A Dsigsetjmp.S32 stw %r29, JMP_REGS_R29(3)
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_cpu.h20 uint32 r29; member in struct:iframe
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_cpu.h26 uint32 r29; member in struct:iframe
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h57 #define r29 29 macro
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_asm.S232 stwu %r29, -4(%r1)
288 lwzu %r29, 4(%r1)
H A Darch_exceptions.S313 stwu %r29, -4(%r1)
367 lwzu %r29, 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);
/haiku-fatelf/src/bin/gdb/gdb/
H A Drs6000-tdep.c2313 /* 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)

Completed in 81 milliseconds