Searched refs:n_fpr (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 2467 HOST_WIDE_INT words, n_gpr, n_fpr; in rs6000_va_start() local 2497 n_fpr = MIN (crtl->args.info.fregno - FP_ARG_MIN_REG, in rs6000_va_start() 2503 words, n_gpr, n_fpr); in rs6000_va_start() 2516 build_int_cst (NULL_TREE, n_fpr)); in rs6000_va_start() 2539 && n_fpr < FP_ARG_V4_MAX_REG) in rs6000_va_start()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.c | 12446 HOST_WIDE_INT n_gpr, n_fpr; in s390_va_start() local 12465 n_fpr = crtl->args.info.fprs; in s390_va_start() 12478 build_int_cst (NULL_TREE, n_fpr)); in s390_va_start() 12509 || n_fpr + cfun->va_list_fpr_size > FP_ARG_NUM_REG in s390_va_start() 12521 (int)n_gpr, (int)n_fpr, off); in s390_va_start() 12532 || (cfun->va_list_fpr_size && n_fpr < FP_ARG_NUM_REG)) in s390_va_start()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.cc | 12724 HOST_WIDE_INT n_gpr, n_fpr; in s390_va_start() local 12743 n_fpr = crtl->args.info.fprs; in s390_va_start() 12756 build_int_cst (NULL_TREE, n_fpr)); in s390_va_start() 12787 || n_fpr + cfun->va_list_fpr_size > FP_ARG_NUM_REG in s390_va_start() 12799 (int)n_gpr, (int)n_fpr, off); in s390_va_start() 12810 || (cfun->va_list_fpr_size && n_fpr < FP_ARG_NUM_REG)) in s390_va_start()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.c | 7900 HOST_WIDE_INT words, n_gpr, n_fpr; in rs6000_va_start() local 7930 n_fpr = MIN (crtl->args.info.fregno - FP_ARG_MIN_REG, in rs6000_va_start() 7936 words, n_gpr, n_fpr); in rs6000_va_start() 7949 build_int_cst (NULL_TREE, n_fpr)); in rs6000_va_start() 7972 && n_fpr < FP_ARG_V4_MAX_REG) in rs6000_va_start()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.c | 4141 HOST_WIDE_INT words, n_gpr, n_fpr; in ix86_va_start() local 4219 n_fpr = crtl->args.info.sse_regno; in ix86_va_start() 4234 build_int_cst (type, n_fpr * 16 + 8*X86_64_REGPARM_MAX)); in ix86_va_start()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.cc | 4566 HOST_WIDE_INT words, n_gpr, n_fpr; in ix86_va_start() local 4644 n_fpr = crtl->args.info.sse_regno; in ix86_va_start() 4659 build_int_cst (type, n_fpr * 16 + 8*X86_64_REGPARM_MAX)); in ix86_va_start()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2005 | 33895 maximum number of GPRs. Saturate n_fpr at maximum number of FPRs.
|