Lines Matching refs:fparg_count

121   int gp_count = 0, fparg_count = 0;  in ffi_prep_args()  local
158 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
167 fparg_count++; in ffi_prep_args()
173 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
183 fparg_count++; in ffi_prep_args()
193 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
198 fparg_count += 2; in ffi_prep_args()
201 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
211 fparg_count++; in ffi_prep_args()
213 if (fparg_count < NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
223 fparg_count++; in ffi_prep_args()
261 (unsigned int *) &fparg_count, in ffi_prep_args()
664 unsigned fparg_count = 0, intarg_count = 0; in ffi_prep_cif_machdep() local
795 fparg_count++; in ffi_prep_cif_machdep()
799 if (fparg_count > NUM_FPR_ARG_REGISTERS in ffi_prep_cif_machdep()
807 fparg_count += 2; in ffi_prep_cif_machdep()
810 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
847 darwin64_scan_struct_for_floats (*ptr, &fparg_count) ; in ffi_prep_cif_machdep()
872 if (fparg_count != 0) in ffi_prep_cif_machdep()
878 if (fparg_count != 0 in ffi_prep_cif_machdep()
884 if (fparg_count != 0) in ffi_prep_cif_machdep()
890 if ((intarg_count + fparg_count) > NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
891 bytes += (intarg_count + fparg_count) * sizeof(long); in ffi_prep_cif_machdep()
893 if ((intarg_count + 2 * fparg_count) > NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
894 bytes += (intarg_count + 2 * fparg_count) * sizeof(long); in ffi_prep_cif_machdep()