Searched refs:gprcount (Results 1 – 1 of 1) sorted by relevance
/external/libffi/src/x86/ |
D | ffi64.c | 278 int gprcount, ssecount, i, avn, n, ngpr, nsse, flags; in ffi_prep_cif_machdep() local 282 gprcount = ssecount = 0; in ffi_prep_cif_machdep() 292 gprcount++; 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 369 gprcount = ssecount = 0; in ffi_call() 374 reg_args->gpr[gprcount++] = (long) rvalue; in ffi_call() 386 || gprcount + ngpr > MAX_GPR_REGS in ffi_call() 412 reg_args->gpr[gprcount] = 0; in ffi_call() [all …]
|