Searched refs:arm_function_value (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 168 static rtx arm_function_value (const_tree, const_tree, bool); 504 #define TARGET_FUNCTION_VALUE arm_function_value 5715 arm_function_value(const_tree type, const_tree func, in arm_function_value() function 7762 a = arm_function_value (TREE_TYPE (exp), decl_or_type, false); in arm_function_ok_for_sibcall() 7763 b = arm_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)), in arm_function_ok_for_sibcall() 27069 result_rtl = arm_function_value (result_type, current_function_decl, 0); in cmse_nonsecure_entry_clear_before_return()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 171 static rtx arm_function_value (const_tree, const_tree, bool); 499 #define TARGET_FUNCTION_VALUE arm_function_value 5788 arm_function_value(const_tree type, const_tree func, in arm_function_value() function 7887 a = arm_function_value (TREE_TYPE (exp), decl_or_type, false); in arm_function_ok_for_sibcall() 7888 b = arm_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)), in arm_function_ok_for_sibcall() 27373 result_rtl = arm_function_value (result_type, current_function_decl, 0); in cmse_nonsecure_entry_clear_before_return()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 36425 * config/arm/arm-protos.h (arm_function_value): Declare. 36428 (arm_function_value): New function. 36430 (FUNCTION_VALUE): Call arm_function_value.
|
H A D | ChangeLog-2009 | 14457 (arm_function_value): Make static. Handle AAPCS variants. 14495 (arm_function_value): Delete.
|
H A D | ChangeLog-2007 | 10018 arm_pad_arg_upward, arm_function_value): Likewise. 10022 arm_function_value, arm_return_in_memory, arm_pad_arg_upward):
|
H A D | ChangeLog-2005 | 21874 (arm_function_value): Pad small aggregate return.
|
H A D | ChangeLog-2011 | 1848 (arm_function_value, arm_libcall_value): Use arm_libcall_value_1.
|
H A D | ChangeLog-2017 | 16462 * config/arm/arm.c (arm_function_value): Likewise.
|