Searched refs:sub_count (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-call.cc | 218 int sub_count; in rs6000_aggregate_candidate() local 262 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep, in rs6000_aggregate_candidate() 265 if (sub_count < 0) in rs6000_aggregate_candidate() 267 count += sub_count; in rs6000_aggregate_candidate() 283 int sub_count; in rs6000_aggregate_candidate() local 297 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep, in rs6000_aggregate_candidate() 300 if (sub_count < 0) in rs6000_aggregate_candidate() 302 count = count > sub_count ? count : sub_count; in rs6000_aggregate_candidate()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ppc-sysv-tdep.c | 1154 LONGEST sub_count; in ppc64_aggregate_candidate() local 1159 sub_count = ppc64_aggregate_candidate in ppc64_aggregate_candidate() 1161 if (sub_count == -1) in ppc64_aggregate_candidate() 1165 count += sub_count; in ppc64_aggregate_candidate() 1167 count = std::max (count, sub_count); in ppc64_aggregate_candidate()
|
| D | arm-tdep.c | 4538 int sub_count = 0; in arm_vfp_cprc_sub_candidate() local 4541 sub_count = arm_vfp_cprc_sub_candidate (t->field (i).type (), in arm_vfp_cprc_sub_candidate() 4543 if (sub_count == -1) in arm_vfp_cprc_sub_candidate() 4545 count += sub_count; in arm_vfp_cprc_sub_candidate() 4567 int sub_count = arm_vfp_cprc_sub_candidate (t->field (i).type (), in arm_vfp_cprc_sub_candidate() local 4569 if (sub_count == -1) in arm_vfp_cprc_sub_candidate() 4571 count = (count > sub_count ? count : sub_count); in arm_vfp_cprc_sub_candidate()
|
| D | aarch64-tdep.c | 1590 int sub_count = aapcs_is_vfp_call_or_return_candidate_1 in aapcs_is_vfp_call_or_return_candidate_1() local 1592 if (sub_count == -1) in aapcs_is_vfp_call_or_return_candidate_1() 1594 count += sub_count; in aapcs_is_vfp_call_or_return_candidate_1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 6404 int sub_count; in aapcs_vfp_sub_candidate() local 6462 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 6464 if (sub_count < 0) in aapcs_vfp_sub_candidate() 6466 count += sub_count; in aapcs_vfp_sub_candidate() 6482 int sub_count; in aapcs_vfp_sub_candidate() local 6496 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 6498 if (sub_count < 0) in aapcs_vfp_sub_candidate() 6500 count = count > sub_count ? count : sub_count; in aapcs_vfp_sub_candidate()
|