Home
last modified time | relevance | path

Searched refs:gprcount (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c359 int gprcount = 0; in ffi_prep_cif_machdep() local
374 gprcount++; in ffi_prep_cif_machdep()
403 || gprcount + ngpr > MAX_GPR_REGS in ffi_prep_cif_machdep()
416 gprcount += ngpr; in ffi_prep_cif_machdep()
442 int gprcount, ssecount, ngpr, nsse, i, avn; in ffi_call() local
463 gprcount = ssecount = 0; in ffi_call()
468 reg_args->gpr[gprcount++] = (long) rvalue; in ffi_call()
481 || gprcount + ngpr > MAX_GPR_REGS in ffi_call()
506 reg_args->gpr[gprcount] = 0; in ffi_call()
512 reg_args->gpr[gprcount] = actval; in ffi_call()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c357 int gprcount = 0; in ffi_prep_cif_machdep() local
372 gprcount++; in ffi_prep_cif_machdep()
401 || gprcount + ngpr > MAX_GPR_REGS in ffi_prep_cif_machdep()
414 gprcount += ngpr; in ffi_prep_cif_machdep()
440 int gprcount, ssecount, ngpr, nsse, i, avn; in ffi_call() local
461 gprcount = ssecount = 0; in ffi_call()
466 reg_args->gpr[gprcount++] = (long) rvalue; in ffi_call()
479 || gprcount + ngpr > MAX_GPR_REGS in ffi_call()
504 reg_args->gpr[gprcount] = 0; in ffi_call()
510 reg_args->gpr[gprcount] = actval; in ffi_call()
[all …]
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
Dffi64.c357 int gprcount, ssecount, i, avn, ngpr, nsse, flags; in ffi_prep_cif_machdep() local
361 gprcount = ssecount = 0; in ffi_prep_cif_machdep()
371 gprcount++; in ffi_prep_cif_machdep()
397 || gprcount + ngpr > MAX_GPR_REGS in ffi_prep_cif_machdep()
410 gprcount += ngpr; in ffi_prep_cif_machdep()
428 int gprcount, ssecount, ngpr, nsse, i, avn; in ffi_call() local
448 gprcount = ssecount = 0; in ffi_call()
453 reg_args->gpr[gprcount++] = (unsigned long) rvalue; in ffi_call()
464 || gprcount + ngpr > MAX_GPR_REGS in ffi_call()
497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call()
[all …]
/external/libffi/src/x86/
Dffi64.c357 int gprcount, ssecount, i, avn, ngpr, nsse, flags; in ffi_prep_cif_machdep() local
361 gprcount = ssecount = 0; in ffi_prep_cif_machdep()
371 gprcount++; in ffi_prep_cif_machdep()
397 || gprcount + ngpr > MAX_GPR_REGS in ffi_prep_cif_machdep()
410 gprcount += ngpr; in ffi_prep_cif_machdep()
428 int gprcount, ssecount, ngpr, nsse, i, avn; in ffi_call() local
448 gprcount = ssecount = 0; in ffi_call()
453 reg_args->gpr[gprcount++] = (unsigned long) rvalue; in ffi_call()
464 || gprcount + ngpr > MAX_GPR_REGS in ffi_call()
497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi64.c357 int gprcount, ssecount, i, avn, ngpr, nsse, flags; in ffi_prep_cif_machdep() local
361 gprcount = ssecount = 0; in ffi_prep_cif_machdep()
371 gprcount++; in ffi_prep_cif_machdep()
397 || gprcount + ngpr > MAX_GPR_REGS in ffi_prep_cif_machdep()
410 gprcount += ngpr; in ffi_prep_cif_machdep()
428 int gprcount, ssecount, ngpr, nsse, i, avn; in ffi_call() local
448 gprcount = ssecount = 0; in ffi_call()
453 reg_args->gpr[gprcount++] = (unsigned long) rvalue; in ffi_call()
464 || gprcount + ngpr > MAX_GPR_REGS in ffi_call()
497 *(SINT64 *)&reg_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call()
[all …]