Home
last modified time | relevance | path

Searched refs:FP_SAVE_BASE (Results 1 – 1 of 1) sorted by relevance

/third_party/libffi/src/powerpc/
Ddarwin_closure.S72 #define FP_SAVE_BASE (LINKAGE_SIZE+PARAM_AREA) macro
159 stfd f1, (FP_SAVE_BASE )(r1)
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)
167 stfd f9, (FP_SAVE_BASE + FPR_SIZE * 8 )(r1)
[all …]