Lines Matching refs:intarg_count

96   unsigned i, fparg_count = 0, intarg_count = 0;
158 intarg_count++;
193 && intarg_count >= NUM_GPR_ARG_REGISTERS
194 && intarg_count % 2 != 0)
195 intarg_count++;
211 have to adjust the intarg_count value. */
212 if (intarg_count >= NUM_GPR_ARG_REGISTERS - 3
213 && intarg_count < NUM_GPR_ARG_REGISTERS)
214 intarg_count = NUM_GPR_ARG_REGISTERS;
215 intarg_count += 4;
228 if (intarg_count == NUM_GPR_ARG_REGISTERS-1
229 || intarg_count % 2 != 0)
230 intarg_count++;
231 intarg_count += 2;
252 intarg_count++;
262 if (intarg_count > 4)
272 if (intarg_count > NUM_GPR_ARG_REGISTERS)
273 bytes += (intarg_count - NUM_GPR_ARG_REGISTERS) * sizeof (int);
370 int intarg_count;
409 intarg_count = 0;
430 intarg_count++;
453 if (intarg_count >= NUM_GPR_ARG_REGISTERS
454 && intarg_count % 2 != 0)
456 intarg_count++;
481 if (intarg_count >= NUM_GPR_ARG_REGISTERS
482 && intarg_count % 2 != 0)
484 intarg_count++;
502 intarg_count++;
519 if (intarg_count >= NUM_GPR_ARG_REGISTERS - 3)
521 if (intarg_count < NUM_GPR_ARG_REGISTERS)
522 intarg_count = NUM_GPR_ARG_REGISTERS;
537 intarg_count += 4;
543 if (intarg_count == NUM_GPR_ARG_REGISTERS-1)
544 intarg_count++;
545 if (intarg_count >= NUM_GPR_ARG_REGISTERS)
547 if (intarg_count % 2 != 0)
549 intarg_count++;
562 if (intarg_count % 2 != 0)
564 intarg_count ++;
569 intarg_count += 2;
604 if (intarg_count >= NUM_GPR_ARG_REGISTERS)
608 intarg_count++;
617 with the number found in ffi_prep_cif_machdep(). However, intarg_count
622 intarg_count -= fparg_count - NUM_FPR_ARG_REGISTERS;
626 FFI_ASSERT (flags & FLAG_4_GPR_ARGUMENTS || intarg_count <= 4);