Searched refs:first_anon_arg (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/lm32/
H A Dlm32.c684 int first_anon_arg; local
690 first_anon_arg = *cum + LM32_FIRST_ARG_REG;
700 first_anon_arg =
705 if ((first_anon_arg < (LM32_FIRST_ARG_REG + LM32_NUM_ARG_REGS)) && !no_rtl)
707 int first_reg_offset = first_anon_arg;
708 int size = LM32_FIRST_ARG_REG + LM32_NUM_ARG_REGS - first_anon_arg;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.cc684 int first_anon_arg; local
690 first_anon_arg = *cum + LM32_FIRST_ARG_REG;
700 first_anon_arg =
705 if ((first_anon_arg < (LM32_FIRST_ARG_REG + LM32_NUM_ARG_REGS)) && !no_rtl)
707 int first_reg_offset = first_anon_arg;
708 int size = LM32_FIRST_ARG_REG + LM32_NUM_ARG_REGS - first_anon_arg;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c1292 int first_anon_arg;
1300 first_anon_arg = (ROUND_ADVANCE_CUM (*get_cumulative_args (cum),
1304 if (first_anon_arg < M32R_MAX_PARM_REGS)
1307 int first_reg_offset = first_anon_arg;
1283 int first_anon_arg; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c728 int first_anon_arg;
738 first_anon_arg = next_cum;
740 if (first_anon_arg < MAX_EPIPHANY_PARM_REGS && !no_rtl)
743 int first_reg_offset = first_anon_arg;
723 int first_anon_arg; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc1293 int first_anon_arg;
1301 first_anon_arg = (ROUND_ADVANCE_CUM (*get_cumulative_args (cum),
1305 if (first_anon_arg < M32R_MAX_PARM_REGS)
1308 int first_reg_offset = first_anon_arg;
1284 int first_anon_arg; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc730 int first_anon_arg;
740 first_anon_arg = next_cum;
742 if (first_anon_arg < MAX_EPIPHANY_PARM_REGS && !no_rtl)
745 int first_reg_offset = first_anon_arg;
725 int first_anon_arg; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c2435 int first_anon_arg; local
2442 first_anon_arg = next_cum;
2444 if (FUNCTION_ARG_REGNO_P (first_anon_arg))
2449 int first_reg_offset = first_anon_arg;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc2441 int first_anon_arg; local
2448 first_anon_arg = next_cum;
2450 if (FUNCTION_ARG_REGNO_P (first_anon_arg))
2455 int first_reg_offset = first_anon_arg;

Completed in 177 milliseconds