Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386-protos.h165 extern rtx ix86_function_value (tree, tree, bool);
H A Di386.c1375 #define TARGET_FUNCTION_VALUE ix86_function_value
2284 a = ix86_function_value (TREE_TYPE (exp), func, false); in ix86_function_ok_for_sibcall()
2285 b = ix86_function_value (TREE_TYPE (DECL_RESULT (cfun->decl)), in ix86_function_ok_for_sibcall()
3873 ix86_function_value (tree valtype, tree fntype_or_decl, in ix86_function_value() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-protos.h201 extern rtx ix86_function_value PARAMS ((tree));
H A Di386.h1668 ix86_function_value (VALTYPE)
H A Di386.c2478 ix86_function_value (valtype) in ix86_function_value() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.610375 * 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 DChangeLog17286 (ix86_function_value): Use it instead of VALUE_REGNO.