Home
last modified time | relevance | path

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

/third_party/libffi/src/powerpc/
Dffi_darwin.c665 unsigned fparg_count = 0, intarg_count = 0; in ffi_prep_cif_machdep() local
756 intarg_count++; in ffi_prep_cif_machdep()
766 intarg_count++; in ffi_prep_cif_machdep()
771 intarg_count++; in ffi_prep_cif_machdep()
801 && (intarg_count & 0x01) != 0) in ffi_prep_cif_machdep()
802 intarg_count++; in ffi_prep_cif_machdep()
813 intarg_count = FFI_ALIGN(intarg_count, 2); in ffi_prep_cif_machdep()
815 intarg_count = FFI_ALIGN(intarg_count, 4); in ffi_prep_cif_machdep()
823 intarg_count++; in ffi_prep_cif_machdep()
829 if (intarg_count == NUM_GPR_ARG_REGISTERS-1 in ffi_prep_cif_machdep()
[all …]
Dffi_linux64.c135 unsigned i, fparg_count = 0, intarg_count = 0, vecarg_count = 0; in ffi_prep_cif_linux64_core() local
221 intarg_count++; in ffi_prep_cif_linux64_core()
245 intarg_count = (intarg_count + 3) & ~0x1; in ffi_prep_cif_linux64_core()
253 intarg_count++; in ffi_prep_cif_linux64_core()
260 intarg_count++; in ffi_prep_cif_linux64_core()
273 intarg_count = FFI_ALIGN (intarg_count, align); in ffi_prep_cif_linux64_core()
275 intarg_count += ((*ptr)->size + 7) / 8; in ffi_prep_cif_linux64_core()
296 if (intarg_count > NUM_GPR_ARG_REGISTERS64) in ffi_prep_cif_linux64_core()
313 intarg_count++; in ffi_prep_cif_linux64_core()
314 if (intarg_count > NUM_GPR_ARG_REGISTERS64) in ffi_prep_cif_linux64_core()
[all …]
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c337 int intarg_count = 0; in ffi_prep_cif_machdep() local
391 intarg_count++; in ffi_prep_cif_machdep()
405 intarg_count++; in ffi_prep_cif_machdep()
436 && intarg_count % 2 != 0) in ffi_prep_cif_machdep()
437 intarg_count++; in ffi_prep_cif_machdep()
454 && intarg_count % 2 != 0) in ffi_prep_cif_machdep()
455 intarg_count++; in ffi_prep_cif_machdep()
457 intarg_count += 2; in ffi_prep_cif_machdep()
467 if (intarg_count == NUM_GPR_ARG_REGISTERS - 1 in ffi_prep_cif_machdep()
468 || (intarg_count >= NUM_GPR_ARG_REGISTERS in ffi_prep_cif_machdep()
[all …]
/third_party/libffi/
DChangeLog.old1955 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Advance intarg_count
4979 (ffi_prep_cif_machdep): Correct intarg_count for structures.
DChangeLog3902 This patch untangles the horrible mess we had, with intarg_count being