Searched refs:n_gpr (Results 1 – 1 of 1) sorted by relevance
144 int n_gpr = 0; in ffi_prep_cif_machdep() local164 n_gpr++; /* We need one GPR to pass the pointer. */ in ffi_prep_cif_machdep()179 n_gpr++; in ffi_prep_cif_machdep()266 if (n_gpr == MAX_GPRARGS-1) in ffi_prep_cif_machdep()267 n_gpr = MAX_GPRARGS; in ffi_prep_cif_machdep()268 if (n_gpr < MAX_GPRARGS) in ffi_prep_cif_machdep()269 n_gpr += 2; in ffi_prep_cif_machdep()279 if (n_gpr < MAX_GPRARGS) in ffi_prep_cif_machdep()280 n_gpr++; in ffi_prep_cif_machdep()318 int n_fpr, n_gpr, n_ov, i, n; in ffi_call_int() local[all …]