Searched refs:n_fpr (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;
7933 n_fpr = current_function_args_info.fprs;
7946 build_int_cst (NULL_TREE, n_fpr));
7953 || n_fpr + cfun->va_list_fpr_size > FP_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);
7972 || (cfun->va_list_fpr_size && n_fpr < FP_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;
5882 n_fpr = MIN (current_function_args_info.fregno - FP_ARG_MIN_REG,
5887 HOST_WIDE_INT_PRINT_DEC", n_fpr = "HOST_WIDE_INT_PRINT_DEC"\n",
5888 words, n_gpr, n_fpr);
5901 build_int_cst (NULL_TREE, n_fpr));
5920 && n_fpr < FP_ARG_V4_MAX_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;
4570 n_fpr = current_function_args_info.sse_regno;
4573 fprintf (stderr, "va_start: words = %d, n_gpr = %d, n_fpr = %d\n",
4574 (int) words, (int) n_gpr, (int) n_fpr);
4589 build_int_cst (type, n_fpr * 16 + 8*REGPARM_MAX));
4535 HOST_WIDE_INT words, n_gpr, n_fpr; local

Completed in 186 milliseconds