Lines Matching refs:fparg_count
122 int gp_count = 0, fparg_count = 0; in ffi_prep_args() local
159 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
168 fparg_count++; in ffi_prep_args()
174 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
184 fparg_count++; in ffi_prep_args()
194 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
199 fparg_count += 2; in ffi_prep_args()
202 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
212 fparg_count++; in ffi_prep_args()
214 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
224 fparg_count++; in ffi_prep_args()
262 (unsigned int *) &fparg_count, in ffi_prep_args()
665 unsigned fparg_count = 0, intarg_count = 0; in ffi_prep_cif_machdep() local
796 fparg_count++; in ffi_prep_cif_machdep()
800 if (fparg_count > NUM_FPR_ARG_REGISTERS in ffi_prep_cif_machdep()
808 fparg_count += 2; in ffi_prep_cif_machdep()
811 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
848 darwin64_scan_struct_for_floats (*ptr, &fparg_count) ; in ffi_prep_cif_machdep()
873 if (fparg_count != 0) in ffi_prep_cif_machdep()
879 if (fparg_count != 0 in ffi_prep_cif_machdep()
885 if (fparg_count != 0) in ffi_prep_cif_machdep()
891 if ((intarg_count + fparg_count) > NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
892 bytes += (intarg_count + fparg_count) * sizeof(long); in ffi_prep_cif_machdep()
894 if ((intarg_count + 2 * fparg_count) > NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
895 bytes += (intarg_count + 2 * fparg_count) * sizeof(long); in ffi_prep_cif_machdep()