HomeSort by: relevance | last modified time | path
    Searched defs:n_gpr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 2347 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset;
2351 n_gpr = cfun->va_list_gpr_size;
2354 n_gpr = (cfun->va_list_gpr_size + reg_size - 1) / reg_size;
2356 if (nregs > n_gpr)
2357 nregs = n_gpr;
2468 HOST_WIDE_INT words, n_gpr, n_fpr;
2496 n_gpr = MIN (crtl->args.info.sysv_gregno - GP_ARG_MIN_REG,
2502 fprintf (stderr, "va_start: words = " HOST_WIDE_INT_PRINT_DEC", n_gpr = "
2504 words, n_gpr, n_fpr);
2509 build_int_cst (NULL_TREE, n_gpr));
2342 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset; local
2463 HOST_WIDE_INT words, n_gpr, n_fpr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 2351 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset;
2355 n_gpr = cfun->va_list_gpr_size;
2358 n_gpr = (cfun->va_list_gpr_size + reg_size - 1) / reg_size;
2360 if (nregs > n_gpr)
2361 nregs = n_gpr;
2472 HOST_WIDE_INT words, n_gpr, n_fpr;
2500 n_gpr = MIN (crtl->args.info.sysv_gregno - GP_ARG_MIN_REG,
2506 fprintf (stderr, "va_start: words = " HOST_WIDE_INT_PRINT_DEC", n_gpr = "
2508 words, n_gpr, n_fpr);
2513 build_int_cst (NULL_TREE, n_gpr));
2346 int n_gpr, nregs = GP_ARG_NUM_REG - first_reg_offset; local
2467 HOST_WIDE_INT words, n_gpr, n_fpr; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 4696 HOST_WIDE_INT words, n_gpr, n_fpr;
4773 n_gpr = crtl->args.info.regno;
4780 gpr, build_int_cst (type, n_gpr * 8));
4683 HOST_WIDE_INT words, n_gpr, n_fpr; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 4579 HOST_WIDE_INT words, n_gpr, n_fpr;
4656 n_gpr = crtl->args.info.regno;
4663 gpr, build_int_cst (type, n_gpr * 8));
4566 HOST_WIDE_INT words, n_gpr, n_fpr; local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 12722 HOST_WIDE_INT n_gpr, n_fpr;
12740 n_gpr = crtl->args.info.gprs;
12746 build_int_cst (NULL_TREE, n_gpr));
12784 if (n_gpr + cfun->va_list_gpr_size > GP_ARG_NUM_REG
12796 fprintf (stderr, "va_start: n_gpr = %d, n_fpr = %d off %d\n",
12797 (int)n_gpr, (int)n_fpr, off);
12807 if ((cfun->va_list_gpr_size && n_gpr < GP_ARG_NUM_REG)
12721 HOST_WIDE_INT n_gpr, n_fpr; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 13240 HOST_WIDE_INT n_gpr, n_fpr;
13258 n_gpr = crtl->args.info.gprs;
13264 build_int_cst (NULL_TREE, n_gpr));
13302 if (n_gpr + cfun->va_list_gpr_size > GP_ARG_NUM_REG
13314 fprintf (stderr, "va_start: n_gpr = %d, n_fpr = %d off %d\n",
13315 (int)n_gpr, (int)n_fpr, off);
13325 if ((cfun->va_list_gpr_size && n_gpr < GP_ARG_NUM_REG)
13239 HOST_WIDE_INT n_gpr, n_fpr; local

Completed in 94 milliseconds