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

/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c7914 HOST_WIDE_INT n_gpr, n_fpr;
7932 n_gpr = current_function_args_info.gprs;
7938 build_int_cst (NULL_TREE, n_gpr));
7952 if (n_gpr + cfun->va_list_gpr_size > GP_ARG_NUM_REG
7960 fprintf (stderr, "va_start: n_gpr = %d, n_fpr = %d off %d\n",
7961 (int)n_gpr, (int)n_fpr, off);
7971 if ((cfun->va_list_gpr_size && n_gpr < GP_ARG_NUM_REG)
7913 HOST_WIDE_INT n_gpr, n_fpr; local
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c5855 HOST_WIDE_INT words, n_gpr, n_fpr;
5880 n_gpr = MIN (current_function_args_info.sysv_gregno - GP_ARG_MIN_REG,
5886 fprintf (stderr, "va_start: words = "HOST_WIDE_INT_PRINT_DEC", n_gpr = "
5888 words, n_gpr, n_fpr);
5893 build_int_cst (NULL_TREE, n_gpr));
5919 && n_gpr < GP_ARG_NUM_REG
5839 HOST_WIDE_INT words, n_gpr, n_fpr; local
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c4544 HOST_WIDE_INT words, n_gpr, n_fpr;
4569 n_gpr = current_function_args_info.regno;
4573 fprintf (stderr, "va_start: words = %d, n_gpr = %d, n_fpr = %d\n",
4574 (int) words, (int) n_gpr, (int) n_fpr);
4580 build_int_cst (type, n_gpr * 8));
4535 HOST_WIDE_INT words, n_gpr, n_fpr; local

Completed in 151 milliseconds