Searched refs:n_gpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390.c | 7913 HOST_WIDE_INT n_gpr, n_fpr; in s390_va_start() local 7931 n_gpr = current_function_args_info.gprs; in s390_va_start() 7937 build_int_cst (NULL_TREE, n_gpr)); in s390_va_start() 7951 if (n_gpr + cfun->va_list_gpr_size > GP_ARG_NUM_REG in s390_va_start() 7960 (int)n_gpr, (int)n_fpr, off); in s390_va_start() 7970 if ((cfun->va_list_gpr_size && n_gpr < GP_ARG_NUM_REG) in s390_va_start()
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 5839 HOST_WIDE_INT words, n_gpr, n_fpr; in rs6000_va_start() local 5864 n_gpr = MIN (current_function_args_info.sysv_gregno - GP_ARG_MIN_REG, in rs6000_va_start() 5872 words, n_gpr, n_fpr); in rs6000_va_start() 5877 build_int_cst (NULL_TREE, n_gpr)); in rs6000_va_start() 5903 && n_gpr < GP_ARG_NUM_REG in rs6000_va_start()
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.c | 4549 HOST_WIDE_INT words, n_gpr, n_fpr; in ix86_va_start() local 4574 n_gpr = current_function_args_info.regno; in ix86_va_start() 4579 (int) words, (int) n_gpr, (int) n_fpr); in ix86_va_start() 4585 build_int_cst (type, n_gpr * 8)); in ix86_va_start()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2005 | 33895 * config/rs6000/rs6000.c (rs6000_va_start): Saturate n_gpr at
|