Searched refs:ROUND_ADVANCE_CUM (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.h534 (ROUND_ADVANCE_CUM ((CUM), (MODE), (TYPE)) < MAX_EPIPHANY_PARM_REGS)
H A Depiphany.c703 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) \
736 next_cum = (ROUND_ADVANCE_CUM (next_cum, arg.mode, arg.type)
760 rounded_cum = ROUND_ADVANCE_CUM (*get_cumulative_args (cum),
2276 return gen_rtx_REG (arg.mode, ROUND_ADVANCE_CUM (cum, arg.mode, arg.type));
2287 *cum = (ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type)
698 #define ROUND_ADVANCE_CUM macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.h534 (ROUND_ADVANCE_CUM ((CUM), (MODE), (TYPE)) < MAX_EPIPHANY_PARM_REGS)
H A Depiphany.cc705 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) \
738 next_cum = (ROUND_ADVANCE_CUM (next_cum, arg.mode, arg.type)
762 rounded_cum = ROUND_ADVANCE_CUM (*get_cumulative_args (cum),
2278 return gen_rtx_REG (arg.mode, ROUND_ADVANCE_CUM (cum, arg.mode, arg.type));
2289 *cum = (ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type)
700 #define ROUND_ADVANCE_CUM macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c1198 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) (CUM)
1206 (ROUND_ADVANCE_CUM ((CUM), (MODE), (TYPE)) < M32R_MAX_PARM_REGS)
1225 ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type))
1237 *cum = (ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type)
1300 first_anon_arg = (ROUND_ADVANCE_CUM (*get_cumulative_args (cum),
1189 #define ROUND_ADVANCE_CUM macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc1199 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) (CUM)
1207 (ROUND_ADVANCE_CUM ((CUM), (MODE), (TYPE)) < M32R_MAX_PARM_REGS)
1226 ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type))
1238 *cum = (ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type)
1301 first_anon_arg = (ROUND_ADVANCE_CUM (*get_cumulative_args (cum),
1190 #define ROUND_ADVANCE_CUM macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h738 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) \ macro
H A Darc.c6545 arg_num = ROUND_ADVANCE_CUM (arg_num, arg.mode, arg.type);
6565 arg_num = ROUND_ADVANCE_CUM (arg_num, arg.mode, arg.type);
6603 *cum = ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h740 #define ROUND_ADVANCE_CUM(CUM, MODE, TYPE) \ macro
H A Darc.cc6550 arg_num = ROUND_ADVANCE_CUM (arg_num, arg.mode, arg.type);
6570 arg_num = ROUND_ADVANCE_CUM (arg_num, arg.mode, arg.type);
6608 *cum = ROUND_ADVANCE_CUM (*cum, arg.mode, arg.type);

Completed in 469 milliseconds