Searched refs:gprcount (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
D | x86-ffi64.c | 357 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_osx/x86/ |
D | x86-ffi64.c | 359 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/src/x86/ |
D | ffi64.c | 357 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 *)®_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call() [all …]
|
/external/libffi/src/x86/ |
D | ffi64.c | 357 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 *)®_args->gpr[gprcount] = (SINT64) *((SINT8 *) a); in ffi_call() [all …]
|