Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c405 static rtx ix86_function_value (const_tree, const_tree, bool);
951 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false); in ix86_function_ok_for_sibcall()
952 b = ix86_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)), in ix86_function_ok_for_sibcall()
3747 ix86_function_value (const_tree valtype, const_tree fntype_or_decl, bool) in ix86_function_value() function
23227 #define TARGET_FUNCTION_VALUE ix86_function_value
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc410 static rtx ix86_function_value (const_tree, const_tree, bool);
972 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false); in ix86_function_ok_for_sibcall()
973 b = ix86_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)), in ix86_function_ok_for_sibcall()
4164 ix86_function_value (const_tree valtype, const_tree fntype_or_decl, bool) in ix86_function_value() function
24623 #define TARGET_FUNCTION_VALUE ix86_function_value
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200511561 * config/i386/i386-protos.h (ix86_function_value): Change
11568 (ix86_function_value): Take extra parameter. Dispatch to
25448 * config/i386/i386-protos.h (ix86_function_value): Accept two
25451 * config/i386/i386.c (ix86_function_value): Accept the second
25454 ix86_function_value.
25455 (ix86_function_value, ix86_libcall_value) [!TARGET_64BIT]: Adjust
35074 * config/i386/i386.c (ix86_function_value): Use type_natural_mode.
H A DChangeLog-200710045 * config/i386/i386.c (ix86_function_value,
25209 (function_value_32): New, from parts of ix86_function_value
25211 (function_value_64): New, from parts of ix86_function_value
25214 (ix86_function_value, ix86_libcall_value): Use it.
25223 * config/i386/i386-protos.h (ix86_function_value): Remove.
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-200932857 (ix86_function_value): Likewise.
H A DChangeLog-200211578 (ix86_function_value): Use it instead of VALUE_REGNO.
H A DChangeLog-20041046 (ix86_function_value): Use type_natural_mode.
H A DChangeLog-201448707 (ix86_function_value): Pass true to type_natural_mode.