Searched refs:JB_GPR1 (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/powerpc/ |
D | jmpbuf-unwind.h | 27 ((void *) (address) < (void *) demangle ((jmpbuf)[JB_GPR1])) 35 uintptr_t sp = regs[JB_GPR1]; in _jmpbuf_sp()
|
D | jmpbuf-offsets.h | 19 #define JB_GPR1 0 /* Also known as the stack pointer */ macro
|
D | novmxsetjmp.h | 32 # define JB_GPR1 0 /* Also known as the stack pointer */ macro
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | setjmp-common.S | 33 stw r5,(JB_GPR1*4)(3) 35 stw r1,(JB_GPR1*4)(3)
|
D | __longjmp-common.S | 31 lwz r24,(JB_GPR1*4)(r3) 40 lwz r1,(JB_GPR1*4)(r3)
|
/glibc-2.36/sysdeps/powerpc/powerpc32/fpu/ |
D | setjmp-common.S | 34 stw r5,(JB_GPR1*4)(3) 36 stw r1,(JB_GPR1*4)(3)
|
D | __longjmp-common.S | 115 lwz r24,(JB_GPR1*4)(r3) 124 lwz r1,(JB_GPR1*4)(r3)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | __longjmp-common.S | 116 ld r22,(JB_GPR1*8)(r3) 118 ld r1,(JB_GPR1*8)(r3)
|
D | setjmp-common.S | 78 std r5,(JB_GPR1*8)(3) 80 std r1,(JB_GPR1*8)(3)
|