Home
last modified time | relevance | path

Searched refs:ix86_function_value (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/config/i386/
H A Di386-protos.h165 extern rtx ix86_function_value (tree, tree, bool);
H A Di386.c1631 #define TARGET_FUNCTION_VALUE ix86_function_value
2614 a = ix86_function_value (TREE_TYPE (exp), func, false); in ix86_function_ok_for_sibcall()
2615 b = ix86_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)), in ix86_function_ok_for_sibcall()
4203 ix86_function_value (tree valtype, tree fntype_or_decl, in ix86_function_value() function
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200511562 * config/i386/i386-protos.h (ix86_function_value): Change
11569 (ix86_function_value): Take extra parameter. Dispatch to
25449 * config/i386/i386-protos.h (ix86_function_value): Accept two
25452 * config/i386/i386.c (ix86_function_value): Accept the second
25455 ix86_function_value.
25456 (ix86_function_value, ix86_libcall_value) [!TARGET_64BIT]: Adjust
35075 * config/i386/i386.c (ix86_function_value): Use type_natural_mode.
H A DChangeLog-200110375 * i386-protos.h (ix86_libcall_value, ix86_function_value,
10377 ix86_return_in_memory, ix86_function_value): Declare.
10386 (ix86_libcall_value, ix86_function_value,
10388 ix86_return_in_memory, ix86_function_value): New global functions.
H A DChangeLog-200211578 (ix86_function_value): Use it instead of VALUE_REGNO.
H A DChangeLog-20041046 (ix86_function_value): Use type_natural_mode.