Searched refs:JB_FPRS (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/powerpc/powerpc32/fpu/ |
D | setjmp-common.S | 43 stfd fp14,((JB_FPRS+0*2)*4)(3) 49 stfd fp15,((JB_FPRS+1*2)*4)(3) 52 stfd fp16,((JB_FPRS+2*2)*4)(3) 55 stfd fp17,((JB_FPRS+3*2)*4)(3) 57 stfd fp18,((JB_FPRS+4*2)*4)(3) 59 stfd fp19,((JB_FPRS+5*2)*4)(3) 61 stfd fp20,((JB_FPRS+6*2)*4)(3) 63 stfd fp21,((JB_FPRS+7*2)*4)(3) 65 stfd fp22,((JB_FPRS+8*2)*4)(3) 67 stfd fp23,((JB_FPRS+9*2)*4)(3) [all …]
|
D | __longjmp-common.S | 128 lfd fp14,((JB_FPRS+0*2)*4)(r3) 130 lfd fp15,((JB_FPRS+1*2)*4)(r3) 132 lfd fp16,((JB_FPRS+2*2)*4)(r3) 134 lfd fp17,((JB_FPRS+3*2)*4)(r3) 136 lfd fp18,((JB_FPRS+4*2)*4)(r3) 138 lfd fp19,((JB_FPRS+5*2)*4)(r3) 140 lfd fp20,((JB_FPRS+6*2)*4)(r3) 152 lfd fp21,((JB_FPRS+7*2)*4)(r3) 154 lfd fp22,((JB_FPRS+8*2)*4)(r3) 157 lfd fp23,((JB_FPRS+9*2)*4)(r3) [all …]
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | __longjmp-common.S | 134 lfd fp14,((JB_FPRS+0)*8)(r3) 136 lfd fp15,((JB_FPRS+1)*8)(r3) 138 lfd fp16,((JB_FPRS+2)*8)(r3) 140 lfd fp17,((JB_FPRS+3)*8)(r3) 142 lfd fp18,((JB_FPRS+4)*8)(r3) 144 lfd fp19,((JB_FPRS+5)*8)(r3) 146 lfd fp20,((JB_FPRS+6)*8)(r3) 156 lfd fp21,((JB_FPRS+7)*8)(r3) 158 lfd fp22,((JB_FPRS+8)*8)(r3) 161 lfd fp23,((JB_FPRS+9)*8)(r3) [all …]
|
D | setjmp-common.S | 93 stfd fp14,((JB_FPRS+0)*8)(3) 99 stfd fp15,((JB_FPRS+1)*8)(3) 102 stfd fp16,((JB_FPRS+2)*8)(3) 105 stfd fp17,((JB_FPRS+3)*8)(3) 107 stfd fp18,((JB_FPRS+4)*8)(3) 109 stfd fp19,((JB_FPRS+5)*8)(3) 111 stfd fp20,((JB_FPRS+6)*8)(3) 113 stfd fp21,((JB_FPRS+7)*8)(3) 115 stfd fp22,((JB_FPRS+8)*8)(3) 117 stfd fp23,((JB_FPRS+9)*8)(3) [all …]
|
/glibc-2.36/sysdeps/powerpc/ |
D | jmpbuf-offsets.h | 25 # define JB_FPRS 22 /* FPRs 14 through 31 are saved, 18*2 words total. */ macro 32 # define JB_FPRS 22 /* FPRs 14 through 31 are saved, 18*2 words total. */ macro
|
D | novmxsetjmp.h | 38 # define JB_FPRS 22 /* FPRs 14 through 31 are saved, 18*2 words total. */ macro 43 # define JB_FPRS 22 /* FPRs 14 through 31 are saved, 18*2 words total. */ macro
|