Home
last modified time | relevance | path

Searched refs:ag_mode (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc6634 machine_mode ag_mode ATTRIBUTE_UNUSED; in aapcs_vfp_is_return_candidate()
6639 &ag_mode, &count); in aapcs_vfp_is_return_candidate()
6729 machine_mode ag_mode; in aapcs_vfp_allocate_return_reg() local
6735 &ag_mode, &count); in aapcs_vfp_allocate_return_reg()
6739 if (ag_mode == V2SImode) in aapcs_vfp_allocate_return_reg()
6740 ag_mode = DImode; in aapcs_vfp_allocate_return_reg()
6741 else if (ag_mode == V4SImode) in aapcs_vfp_allocate_return_reg()
6743 ag_mode = DImode; in aapcs_vfp_allocate_return_reg()
6747 shift = GET_MODE_SIZE(ag_mode) / GET_MODE_SIZE(SFmode); in aapcs_vfp_allocate_return_reg()
6751 rtx tmp = gen_rtx_REG (ag_mode, FIRST_VFP_REGNUM + i * shift); in aapcs_vfp_allocate_return_reg()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-202015309 condition to check ag_mode after entering if condition of
15362 condition to check ag_mode after entering if condition of