Home
last modified time | relevance | path

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 Darm.c168 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 Darm.cc171 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 DChangeLog-200436425 * config/arm/arm-protos.h (arm_function_value): Declare.
36428 (arm_function_value): New function.
36430 (FUNCTION_VALUE): Call arm_function_value.
H A DChangeLog-200914457 (arm_function_value): Make static. Handle AAPCS variants.
14495 (arm_function_value): Delete.
H A DChangeLog-200710018 arm_pad_arg_upward, arm_function_value): Likewise.
10022 arm_function_value, arm_return_in_memory, arm_pad_arg_upward):
H A DChangeLog-200521874 (arm_function_value): Pad small aggregate return.
H A DChangeLog-20111848 (arm_function_value, arm_libcall_value): Use arm_libcall_value_1.
H A DChangeLog-201716462 * config/arm/arm.c (arm_function_value): Likewise.