Searched refs:arm_function_arg (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 195 static rtx arm_function_arg (cumulative_args_t, const function_arg_info &); 553 #define TARGET_FUNCTION_ARG arm_function_arg 7191 arm_function_arg (cumulative_args_t pcum_v, const function_arg_info &arg) in arm_function_arg() function 7520 arg_rtx = arm_function_arg (args_so_far, arg); in cmse_func_args_or_return_in_stack() 7930 if (!arm_function_arg (cum_v, arg)) in arm_function_ok_for_sibcall() 18917 arg_rtx = arm_function_arg (args_so_far, arg); in cmse_nonsecure_call_inline_register_clear() 23460 arg_rtx = arm_function_arg (args_so_far, arg); in arm_expand_prologue() 26986 arg_rtx = arm_function_arg (args_so_far, arg); in thumb1_expand_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 192 static rtx arm_function_arg (cumulative_args_t, const function_arg_info &); 558 #define TARGET_FUNCTION_ARG arm_function_arg 7080 arm_function_arg (cumulative_args_t pcum_v, const function_arg_info &arg) in arm_function_arg() function 7404 arg_rtx = arm_function_arg (args_so_far, arg); in cmse_func_args_or_return_in_stack() 7805 if (!arm_function_arg (cum_v, arg)) in arm_function_ok_for_sibcall() 18742 arg_rtx = arm_function_arg (args_so_far, arg); in cmse_nonsecure_call_inline_register_clear()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2010 | 15926 (arm_function_arg): Delete. 15931 (arm_function_arg): Make static. Take a const_tree and a bool. 19044 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
|
H A D | ChangeLog-2000 | 28597 (arm_function_arg): New function: Determine where to place a 28611 (FUNCTION_ARG): Redefine to call arm_function_arg.
|
H A D | ChangeLog-2019 | 16926 * config/arm/arm.c (arm_function_arg): Likewise. 34954 (arm_function_arg): Emit a warning if the alignment has changed since
|
H A D | ChangeLog-2009 | 14479 (arm_function_arg): Handle AAPCS variants using new interface.
|
H A D | ChangeLog-2007 | 19644 (arm_function_arg): Return const0_rtx for VOIDmode arguments.
|
H A D | ChangeLog-2003 | 18453 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
|
H A D | ChangeLog-2011 | 21515 (arm_function_arg, arm_function_arg_advance): Likewise.
|
H A D | ChangeLog-2017 | 33219 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
|
H A D | ChangeLog-2004 | 37266 (arm_function_arg): Don't split args after pushing to stack. Handle
|