Home | History | Annotate | Download | only in powerpc

Lines Matching defs:nfixedargs

293     cif->nfixedargs = cif->nargs;
297 /* This call is from old code. Don't touch cif->nfixedargs
311 unsigned int nfixedargs,
315 cif->nfixedargs = nfixedargs;
319 /* This call is from old code. Don't touch cif->nfixedargs
399 unsigned int i, words, nargs, nfixedargs;
444 nfixedargs = (unsigned) -1;
447 nfixedargs = ecif->cif->nfixedargs;
463 if (fparg_count < NUM_FPR_ARG_REGISTERS64 && i < nfixedargs)
477 if (fparg_count < NUM_FPR_ARG_REGISTERS64 && i < nfixedargs)
498 if (fparg_count < NUM_FPR_ARG_REGISTERS64 && i < nfixedargs)
516 if (fparg_count < NUM_FPR_ARG_REGISTERS64 && i < nfixedargs)
558 && i < nfixedargs)
577 if (fparg_count < NUM_FPR_ARG_REGISTERS64 && i < nfixedargs)
723 unsigned long i, avn, nfixedargs;
743 nfixedargs = (unsigned) -1;
746 nfixedargs = cif->nfixedargs;
825 if (pfr < end_pfr && i < nfixedargs)
841 if (pfr < end_pfr && i < nfixedargs)
872 if (pfr + 1 < end_pfr && i + 1 < nfixedargs)
879 if (pfr < end_pfr && i < nfixedargs)
897 if (pfr < end_pfr && i < nfixedargs)
908 if (pfr < end_pfr && i < nfixedargs)