Searched refs:sub_count (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc218 int sub_count; local
262 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep,
265 if (sub_count < 0)
267 count += sub_count;
283 int sub_count; local
297 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep,
300 if (sub_count < 0)
302 count = count > sub_count ? count : sub_count;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-sysv-tdep.c1143 LONGEST sub_count; local
1148 sub_count = ppc64_aggregate_candidate
1150 if (sub_count == -1)
1154 count += sub_count;
1156 count = std::max (count, sub_count);
H A Darm-tdep.c3504 int sub_count = 0; local
3507 sub_count = arm_vfp_cprc_sub_candidate (t->field (i).type (),
3509 if (sub_count == -1)
3511 count += sub_count;
3533 int sub_count = arm_vfp_cprc_sub_candidate (t->field (i).type (), local
3535 if (sub_count == -1)
3537 count = (count > sub_count ? count : sub_count);
H A Daarch64-tdep.c1496 int sub_count = aapcs_is_vfp_call_or_return_candidate_1 local
1498 if (sub_count == -1)
1500 count += sub_count;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-sysv-tdep.c1149 LONGEST sub_count; local
1154 sub_count = ppc64_aggregate_candidate
1156 if (sub_count == -1)
1160 count += sub_count;
1162 count = std::max (count, sub_count);
H A Darm-tdep.c4518 int sub_count = 0; local
4521 sub_count = arm_vfp_cprc_sub_candidate (t->field (i).type (),
4523 if (sub_count == -1)
4525 count += sub_count;
4547 int sub_count = arm_vfp_cprc_sub_candidate (t->field (i).type (), local
4549 if (sub_count == -1)
4551 count = (count > sub_count ? count : sub_count);
H A Daarch64-tdep.c1519 int sub_count = aapcs_is_vfp_call_or_return_candidate_1 local
1521 if (sub_count == -1)
1523 count += sub_count;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c17212 int sub_count; local
17248 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
17250 if (sub_count < 0)
17252 count += sub_count;
17268 int sub_count; local
17282 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
17284 if (sub_count < 0)
17286 count = count > sub_count ? count : sub_count;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c5653 int sub_count;
5677 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep,
5679 if (sub_count < 0)
5681 count += sub_count;
5697 int sub_count;
5711 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep,
5713 if (sub_count < 0)
5715 count = count > sub_count ? count : sub_count;
5651 int sub_count; local
5695 int sub_count; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c6328 int sub_count;
6364 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
6366 if (sub_count < 0)
6368 count += sub_count;
6384 int sub_count;
6398 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
6400 if (sub_count < 0)
6402 count = count > sub_count ? count : sub_count;
6321 int sub_count; local
6377 int sub_count; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc20257 int sub_count;
20315 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
20317 if (sub_count < 0)
20319 count += sub_count;
20335 int sub_count;
20349 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
20351 if (sub_count < 0)
20353 count = count > sub_count ? count : sub_count;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc6411 int sub_count;
6469 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
6471 if (sub_count < 0)
6473 count += sub_count;
6489 int sub_count;
6503 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep,
6505 if (sub_count < 0)
6507 count = count > sub_count ? count : sub_count;

Completed in 732 milliseconds