Home
last modified time | relevance | path

Searched refs:gp_reg_found (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1116 cum->gp_reg_found = 1; in init_cumulative_args()
1131 cum->gp_reg_found, cum->arg_number, cum->arg_words, in function_arg_advance()
1147 cum->gp_reg_found = 1; in function_arg_advance()
1153 cum->gp_reg_found = 1; in function_arg_advance()
1160 if (! cum->gp_reg_found && cum->arg_number <= 2) in function_arg_advance()
1166 if (! cum->gp_reg_found && cum->arg_number <= 2) in function_arg_advance()
1171 cum->gp_reg_found = 1; in function_arg_advance()
1178 cum->gp_reg_found = 1; in function_arg_advance()
1204 cum->gp_reg_found, cum->arg_number, cum->arg_words, in function_arg()
H A Diq2000.h392 int gp_reg_found; /* Whether a gp register was found yet. */ member
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.h1890 int gp_reg_found; member
H A Dmips.c3669 cum->gp_reg_found = 1; in init_cumulative_args()
3710 info->fpr_p = (!cum->gp_reg_found in mips_arg_info()
3798 cum->gp_reg_found = true; in function_arg_advance()
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h2734 int gp_reg_found; member
H A Dmips.c4266 cum->gp_reg_found = 1;
4297 info->fpr_p = (!cum->gp_reg_found && cum->arg_number < 2);
4414 cum->gp_reg_found = true;