Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc7157 machine_mode ag_mode; in aarch64_function_value() local
7158 if (aarch64_vfp_is_call_or_return_candidate (mode, type, &ag_mode, &count, in aarch64_function_value()
7164 gcc_assert (count == 1 && mode == ag_mode); in aarch64_function_value()
7168 && known_eq (GET_MODE_SIZE (ag_mode), 16)) in aarch64_function_value()
7171 && known_eq (GET_MODE_SIZE (ag_mode), 8)) in aarch64_function_value()
7181 rtx tmp = gen_rtx_REG (ag_mode, V0_REGNUM + i); in aarch64_function_value()
7182 rtx offset = gen_int_mode (i * GET_MODE_SIZE (ag_mode), Pmode); in aarch64_function_value()
7243 machine_mode ag_mode; in aarch64_return_in_memory_1() local
7253 &ag_mode, &count, NULL, false)) in aarch64_return_in_memory_1()
19783 machine_mode ag_mode = VOIDmode; in aarch64_gimplify_va_arg_expr() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c5867 machine_mode ag_mode; in aarch64_function_value() local
5868 if (aarch64_vfp_is_call_or_return_candidate (mode, type, &ag_mode, &count, in aarch64_function_value()
5874 gcc_assert (count == 1 && mode == ag_mode); in aarch64_function_value()
5885 rtx tmp = gen_rtx_REG (ag_mode, V0_REGNUM + i); in aarch64_function_value()
5886 rtx offset = gen_int_mode (i * GET_MODE_SIZE (ag_mode), Pmode); in aarch64_function_value()
5947 machine_mode ag_mode; in aarch64_return_in_memory_1() local
5957 &ag_mode, &count, NULL, false)) in aarch64_return_in_memory_1()
16679 machine_mode ag_mode = VOIDmode; in aarch64_gimplify_va_arg_expr() local
16710 if (aarch64_vfp_is_call_or_return_candidate (mode, type, &ag_mode, &nregs, in aarch64_gimplify_va_arg_expr()
16715 unsigned int ag_size = GET_MODE_SIZE (ag_mode).to_constant (); in aarch64_gimplify_va_arg_expr()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c6523 machine_mode ag_mode ATTRIBUTE_UNUSED; in aapcs_vfp_is_return_candidate()
6528 &ag_mode, &count); in aapcs_vfp_is_return_candidate()
6618 machine_mode ag_mode; in aapcs_vfp_allocate_return_reg() local
6624 &ag_mode, &count); in aapcs_vfp_allocate_return_reg()
6628 if (ag_mode == V2SImode) in aapcs_vfp_allocate_return_reg()
6629 ag_mode = DImode; in aapcs_vfp_allocate_return_reg()
6630 else if (ag_mode == V4SImode) in aapcs_vfp_allocate_return_reg()
6632 ag_mode = DImode; in aapcs_vfp_allocate_return_reg()
6636 shift = GET_MODE_SIZE(ag_mode) / GET_MODE_SIZE(SFmode); in aapcs_vfp_allocate_return_reg()
6640 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/config/arm/
H A 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/
H A DChangeLog-202015309 condition to check ag_mode after entering if condition of
15362 condition to check ag_mode after entering if condition of