Searched refs:FPR_SIZE (Results 1 – 2 of 2) sorted by relevance
/third_party/libffi/src/powerpc/ |
D | darwin.S | 55 #define FPR_SIZE 8 macro 152 lfd f1, -SAVE_REGS_SIZE-(13*FPR_SIZE)(r28) 153 lfd f2, -SAVE_REGS_SIZE-(12*FPR_SIZE)(r28) 154 lfd f3, -SAVE_REGS_SIZE-(11*FPR_SIZE)(r28) 155 lfd f4, -SAVE_REGS_SIZE-(10*FPR_SIZE)(r28) 157 lfd f5, -SAVE_REGS_SIZE-( 9*FPR_SIZE)(r28) 158 lfd f6, -SAVE_REGS_SIZE-( 8*FPR_SIZE)(r28) 159 lfd f7, -SAVE_REGS_SIZE-( 7*FPR_SIZE)(r28) 160 lfd f8, -SAVE_REGS_SIZE-( 6*FPR_SIZE)(r28) 162 lfd f9, -SAVE_REGS_SIZE-( 5*FPR_SIZE)(r28) [all …]
|
D | darwin_closure.S | 63 #define FPR_SIZE 8 macro 68 #define SAVE_SIZE (((LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)+15) & -16LL) 69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)) 160 stfd f2, (FP_SAVE_BASE + FPR_SIZE )(r1) 161 stfd f3, (FP_SAVE_BASE + FPR_SIZE * 2 )(r1) 162 stfd f4, (FP_SAVE_BASE + FPR_SIZE * 3 )(r1) 163 stfd f5, (FP_SAVE_BASE + FPR_SIZE * 4 )(r1) 164 stfd f6, (FP_SAVE_BASE + FPR_SIZE * 5 )(r1) 165 stfd f7, (FP_SAVE_BASE + FPR_SIZE * 6 )(r1) 166 stfd f8, (FP_SAVE_BASE + FPR_SIZE * 7 )(r1) [all …]
|