• Home
  • Raw
  • Download

Lines Matching refs:fparg_count

114   int fparg_count;  in ffi_prep_args_SYSV()  local
148 fparg_count = 0; in ffi_prep_args_SYSV()
179 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_args_SYSV()
186 fparg_count++; in ffi_prep_args_SYSV()
196 if (fparg_count >= NUM_FPR_ARG_REGISTERS) in ffi_prep_args_SYSV()
209 fparg_count++; in ffi_prep_args_SYSV()
254 if (fparg_count >= NUM_FPR_ARG_REGISTERS - 1) in ffi_prep_args_SYSV()
275 fparg_count += 2; in ffi_prep_args_SYSV()
435 int fparg_count; in ffi_prep_args64() local
460 fparg_count = 0; in ffi_prep_args64()
485 if (fparg_count < NUM_FPR_ARG_REGISTERS64) in ffi_prep_args64()
487 fparg_count++; in ffi_prep_args64()
496 if (fparg_count < NUM_FPR_ARG_REGISTERS64) in ffi_prep_args64()
498 fparg_count++; in ffi_prep_args64()
508 if (fparg_count < NUM_FPR_ARG_REGISTERS64) in ffi_prep_args64()
510 fparg_count++; in ffi_prep_args64()
515 if (fparg_count < NUM_FPR_ARG_REGISTERS64) in ffi_prep_args64()
517 fparg_count++; in ffi_prep_args64()
595 int fparg_count = 0, intarg_count = 0; in ffi_prep_cif_machdep() local
725 fparg_count++; in ffi_prep_cif_machdep()
745 fparg_count++; in ffi_prep_cif_machdep()
752 fparg_count++; in ffi_prep_cif_machdep()
755 if (fparg_count > NUM_FPR_ARG_REGISTERS in ffi_prep_cif_machdep()
809 fparg_count += 2; in ffi_prep_cif_machdep()
816 fparg_count++; in ffi_prep_cif_machdep()
832 if (fparg_count != 0) in ffi_prep_cif_machdep()
842 if (fparg_count != 0) in ffi_prep_cif_machdep()
848 if (fparg_count > NUM_FPR_ARG_REGISTERS) in ffi_prep_cif_machdep()
849 bytes += (fparg_count - NUM_FPR_ARG_REGISTERS) * sizeof (double); in ffi_prep_cif_machdep()
854 if (fparg_count != 0) in ffi_prep_cif_machdep()