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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c11495 HOST_WIDE_INT n_gpr, n_fpr;
11513 n_gpr = crtl->args.info.gprs;
11519 build_int_cst (NULL_TREE, n_gpr));
11536 if (n_gpr + cfun->va_list_gpr_size > GP_ARG_NUM_REG
11545 fprintf (stderr, "va_start: n_gpr = %d, n_fpr = %d off %d\n",
11546 (int)n_gpr, (int)n_fpr, off);
11556 if ((cfun->va_list_gpr_size && n_gpr < GP_ARG_NUM_REG)
11494 HOST_WIDE_INT n_gpr, n_fpr; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c11221 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset;
11225 n_gpr = cfun->va_list_gpr_size;
11228 n_gpr = (cfun->va_list_gpr_size + reg_size - 1) / reg_size;
11230 if (nregs > n_gpr)
11231 nregs = n_gpr;
11346 HOST_WIDE_INT words, n_gpr, n_fpr;
11374 n_gpr = MIN (crtl->args.info.sysv_gregno - GP_ARG_MIN_REG,
11380 fprintf (stderr, "va_start: words = "HOST_WIDE_INT_PRINT_DEC", n_gpr = "
11382 words, n_gpr, n_fpr);
11387 build_int_cst (NULL_TREE, n_gpr));
11200 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset; local
11325 HOST_WIDE_INT words, n_gpr, n_fpr; local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c8953 HOST_WIDE_INT words, n_gpr, n_fpr;
9037 n_gpr = crtl->args.info.regno;
9044 gpr, build_int_cst (type, n_gpr * 8));
8937 HOST_WIDE_INT words, n_gpr, n_fpr; local
[all...]

Completed in 347 milliseconds