Lines Matching defs:n_elts
323 *ELT_MODE and the number of elements in *N_ELTS, and return TRUE.
325 Otherwise, set *ELT_MODE to MODE and *N_ELTS to 1, and return FALSE. */
330 int *n_elts)
357 if (n_elts)
358 *n_elts = field_count;
395 if (n_elts)
396 *n_elts = 1;
406 if (n_elts)
407 *n_elts = 1;
826 int n_elts;
828 rs6000_discover_homogeneous_aggregate (mode, type, &elt_mode, &n_elts);
1078 int n_elts;
1080 rs6000_discover_homogeneous_aggregate (mode, type, &elt_mode, &n_elts);
1114 cum->vregno += n_elts;
1270 cum->fregno += n_elts * ((GET_MODE_SIZE (elt_mode) + 7) >> 3);
1642 int n_elts;
1674 rs6000_discover_homogeneous_aggregate (mode, type, &elt_mode, &n_elts);
1701 for (i = 0; i < n_elts && cum->vregno + i <= ALTIVEC_ARG_MAX_REG; i++)
1819 for (i = 0; i < n_elts
1850 if (i < n_elts && align_words + fpr_words < GP_ARG_NUM_REG
1898 int n_elts;
1901 &elt_mode, &n_elts);
1920 if (cum->vregno + n_elts > ALTIVEC_ARG_MAX_REG + 1)
1948 if (cum->fregno + n_elts * n_fpreg > FP_ARG_MAX_REG + 1)