Home
last modified time | relevance | path

Searched refs:ag_count (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c17417 int ag_count = aapcs_vfp_sub_candidate (type, &new_mode, in aarch64_vfp_is_call_or_return_candidate() local
17419 if (ag_count > 0 && ag_count <= HA_MAX_NUM_FLDS) in aarch64_vfp_is_call_or_return_candidate()
17429 != ag_count)) in aarch64_vfp_is_call_or_return_candidate()
17450 *count = ag_count; in aarch64_vfp_is_call_or_return_candidate()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc20561 int ag_count = aapcs_vfp_sub_candidate (type, &new_mode, in aarch64_vfp_is_call_or_return_candidate() local
20563 if (ag_count > 0 && ag_count <= HA_MAX_NUM_FLDS) in aarch64_vfp_is_call_or_return_candidate()
20573 != ag_count)) in aarch64_vfp_is_call_or_return_candidate()
20600 *count = ag_count; in aarch64_vfp_is_call_or_return_candidate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c6455 int ag_count = aapcs_vfp_sub_candidate (type, &new_mode, in aapcs_vfp_is_call_or_return_candidate() local
6457 if (ag_count > 0 && ag_count <= 4) in aapcs_vfp_is_call_or_return_candidate()
6466 != ag_count)) in aapcs_vfp_is_call_or_return_candidate()
6485 *count = ag_count; in aapcs_vfp_is_call_or_return_candidate()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc6560 int ag_count = aapcs_vfp_sub_candidate (type, &new_mode, in aapcs_vfp_is_call_or_return_candidate() local
6562 if (ag_count > 0 && ag_count <= 4) in aapcs_vfp_is_call_or_return_candidate()
6571 != ag_count)) in aapcs_vfp_is_call_or_return_candidate()
6596 *count = ag_count; in aapcs_vfp_is_call_or_return_candidate()