Home
last modified time | relevance | path

Searched refs:NUM_GPR_ARG_REGISTERS (Results 1 – 2 of 2) sorted by relevance

/external/libffi/src/powerpc/
Dffi.c54 unsigned int NUM_GPR_ARG_REGISTERS = 8; variable
145 gpr_base.u = stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS; in ffi_prep_args_SYSV()
198 if (intarg_count >= NUM_GPR_ARG_REGISTERS in ffi_prep_args_SYSV()
226 if (intarg_count >= NUM_GPR_ARG_REGISTERS - 3) in ffi_prep_args_SYSV()
228 if (intarg_count < NUM_GPR_ARG_REGISTERS) in ffi_prep_args_SYSV()
229 intarg_count += NUM_GPR_ARG_REGISTERS - intarg_count; in ffi_prep_args_SYSV()
256 if (intarg_count >= NUM_GPR_ARG_REGISTERS in ffi_prep_args_SYSV()
284 if (intarg_count == NUM_GPR_ARG_REGISTERS-1) in ffi_prep_args_SYSV()
286 if (intarg_count >= NUM_GPR_ARG_REGISTERS) in ffi_prep_args_SYSV()
351 if (intarg_count >= NUM_GPR_ARG_REGISTERS) in ffi_prep_args_SYSV()
[all …]
Dffi_darwin.c52 NUM_GPR_ARG_REGISTERS = 8, enumerator
381 if (intarg_count == NUM_GPR_ARG_REGISTERS-1 in ffi_prep_cif_machdep()
382 || (intarg_count >= NUM_GPR_ARG_REGISTERS && intarg_count%2 != 0)) in ffi_prep_cif_machdep()
413 if ((intarg_count + 2 * fparg_count) > NUM_GPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
416 bytes += NUM_GPR_ARG_REGISTERS * sizeof(long); in ffi_prep_cif_machdep()