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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c1118 cum->gp_reg_found = 1;
1133 cum->gp_reg_found, cum->arg_number, cum->arg_words,
1149 cum->gp_reg_found = 1;
1155 cum->gp_reg_found = 1;
1162 if (! cum->gp_reg_found && cum->arg_number <= 2)
1168 if (! cum->gp_reg_found && cum->arg_number <= 2)
1173 cum->gp_reg_found = 1;
1178 cum->gp_reg_found = 1;
1185 cum->gp_reg_found = 1;
1211 cum->gp_reg_found, cu
[all...]
H A Diq2000.h394 int gp_reg_found; /* Whether a gp register was found yet. */
382 int gp_reg_found; /* Whether a gp register was found yet. */ member in struct:iq2000_args
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c1122 cum->gp_reg_found = 1;
1137 cum->gp_reg_found, cum->arg_number, cum->arg_words,
1153 cum->gp_reg_found = 1;
1159 cum->gp_reg_found = 1;
1166 if (! cum->gp_reg_found && cum->arg_number <= 2)
1172 if (! cum->gp_reg_found && cum->arg_number <= 2)
1177 cum->gp_reg_found = 1;
1184 cum->gp_reg_found = 1;
1210 cum->gp_reg_found, cum->arg_number, cum->arg_words,
H A Diq2000.h404 int gp_reg_found; /* Whether a gp register was found yet. */
392 int gp_reg_found; /* Whether a gp register was found yet. */ member in struct:iq2000_args
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2297 int gp_reg_found;
2286 int gp_reg_found; member in struct:mips_args
H A Dmips.c4698 cum->gp_reg_found = (cum->prototype && stdarg_p (fntype));
4737 info->fpr_p = (!cum->gp_reg_found
4978 cum->gp_reg_found = true;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.h2048 int gp_reg_found;
2037 int gp_reg_found; member in struct:mips_args
H A Dmips.c3614 cum->gp_reg_found = 1;
3655 info->fpr_p = (!cum->gp_reg_found
3743 cum->gp_reg_found = true;

Completed in 284 milliseconds