Searched refs:fpcount (Results 1 - 1 of 1) sorted by relevance

/external/libffi/src/ia64/
H A Dffi.c279 long i, avn, gpcount, fpcount; local
291 gpcount = fpcount = 0;
325 if (gpcount < 8 && fpcount < 8)
326 stf_spill (&stack->fp_regs[fpcount++], *(float *)avalue[i]);
331 if (gpcount < 8 && fpcount < 8)
332 stf_spill (&stack->fp_regs[fpcount++], *(double *)avalue[i]);
339 if (LDBL_MANT_DIG == 64 && gpcount < 8 && fpcount < 8)
340 stf_spill (&stack->fp_regs[fpcount++], *(__float80 *)avalue[i]);
361 while (fpcount < 8
365 hfa_type_load (&stack->fp_regs[fpcount], hfa_typ
451 long i, avn, gpcount, fpcount; local
[all...]

Completed in 71 milliseconds