D | ffi64.c | 237 int i, n, ngpr, nsse; in examine_argument() local 243 ngpr = nsse = 0; in examine_argument() 249 ngpr++; in examine_argument() 267 *pngpr = ngpr; in examine_argument() 278 int gprcount, ssecount, i, avn, n, ngpr, nsse, flags; in ffi_prep_cif_machdep() local 287 n = examine_argument (cif->rtype, classes, 1, &ngpr, &nsse); in ffi_prep_cif_machdep() 317 if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0 in ffi_prep_cif_machdep() 318 || gprcount + ngpr > MAX_GPR_REGS in ffi_prep_cif_machdep() 331 gprcount += ngpr; in ffi_prep_cif_machdep() 349 int gprcount, ssecount, ngpr, nsse, i, avn; in ffi_call() local [all …]
|