Searched refs:ag_mode (Results 1 – 2 of 2) sorted by relevance
6634 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() local6735 &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 …]
15309 condition to check ag_mode after entering if condition of15362 condition to check ag_mode after entering if condition of