Lines Matching refs:fparg_count
94 int fparg_count = 0; in ffi_prep_args() local
132 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
137 fparg_count++; in ffi_prep_args()
143 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
148 fparg_count++; in ffi_prep_args()
156 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
161 fparg_count++; in ffi_prep_args()
163 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_args()
168 fparg_count++; in ffi_prep_args()
278 int fparg_count = 0, intarg_count = 0; in ffi_prep_cif_machdep() local
354 fparg_count++; in ffi_prep_cif_machdep()
357 if (fparg_count > NUM_FPR_ARG_REGISTERS in ffi_prep_cif_machdep()
365 fparg_count += 2; in ffi_prep_cif_machdep()
368 if (fparg_count > NUM_FPR_ARG_REGISTERS in ffi_prep_cif_machdep()
405 if (fparg_count != 0) in ffi_prep_cif_machdep()
409 if (fparg_count != 0) in ffi_prep_cif_machdep()
413 if ((intarg_count + 2 * fparg_count) > NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
414 bytes += (intarg_count + 2 * fparg_count) * sizeof(long); in ffi_prep_cif_machdep()