Home
last modified time | relevance | path

Searched refs:rs6000_function_arg (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/rs6000/
H A Drs6000-internal.h164 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7021 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
7477 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/rs6000/
H A Drs6000-internal.h166 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7717 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
8183 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/rs6000/
H A Drs6000-internal.h164 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7049 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
7515 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000-internal.h166 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7715 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
8181 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/rs6000/
H A Drs6000-internal.h164 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7049 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
7515 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000-internal.h166 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7715 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
8181 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/rs6000/
H A Drs6000-internal.h169 extern rtx rs6000_function_arg (cumulative_args_t, const function_arg_info &);
H A Drs6000-call.c7754 rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg) in rs6000_function_arg() function
8210 entry_parm = rs6000_function_arg (args_so_far, arg); in rs6000_parm_needs_stack()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A DChangeLog2119 * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
3944 (rs6000_function_arg): Do not replace BLKmode by Pmode when
3967 (rs6000_function_arg): Likewise.
3979 (rs6000_function_arg): Likewise.
4054 (rs6000_function_arg): Likewise.
4117 (rs6000_function_arg): Use rs6000_psave_function_arg and
4130 (rs6000_function_arg): Likewise.
/dports/lang/gcc48/gcc-4.8.5/gcc/config/rs6000/
H A Drs6000.c1481 #define TARGET_FUNCTION_ARG rs6000_function_arg
10250 rs6000_function_arg (cumulative_args_t cum_v, enum machine_mode mode, in rs6000_function_arg() function
10688 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/rs6000/
H A Drs6000.c1504 #define TARGET_FUNCTION_ARG rs6000_function_arg
10158 rs6000_function_arg (cumulative_args_t cum_v, enum machine_mode mode, in rs6000_function_arg() function
10596 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c1799 #define TARGET_FUNCTION_ARG rs6000_function_arg
12577 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
13035 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/rs6000/
H A Drs6000.c1780 #define TARGET_FUNCTION_ARG rs6000_function_arg
11996 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
12454 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/rs6000/
H A Drs6000.c1772 #define TARGET_FUNCTION_ARG rs6000_function_arg
11717 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
12182 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/rs6000/
H A Drs6000.c1799 #define TARGET_FUNCTION_ARG rs6000_function_arg
12441 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
12895 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c1799 #define TARGET_FUNCTION_ARG rs6000_function_arg
12577 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
13035 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c1799 #define TARGET_FUNCTION_ARG rs6000_function_arg
12577 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
13035 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c1799 #define TARGET_FUNCTION_ARG rs6000_function_arg
12577 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
13035 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/rs6000/
H A Drs6000.c1780 #define TARGET_FUNCTION_ARG rs6000_function_arg
11866 rs6000_function_arg (cumulative_args_t cum_v, machine_mode mode, in rs6000_function_arg() function
12324 entry_parm = rs6000_function_arg (args_so_far, mode, type, true); in rs6000_parm_needs_stack()

12345678