Home
last modified time | relevance | path

Searched refs:arc_return_in_memory (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc292 static bool arc_return_in_memory (const_tree, const_tree);
721 #define TARGET_RETURN_IN_MEMORY arc_return_in_memory
7614 arc_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED) in arc_return_in_memory() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c292 static bool arc_return_in_memory (const_tree, const_tree);
721 #define TARGET_RETURN_IN_MEMORY arc_return_in_memory
7609 arc_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED) in arc_return_in_memory() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200442950 * config/arc/arc.c (arc_return_in_memory): Check the return
45051 (arc_return_in_memory): Likewise.
H A DChangeLog-200710014 * config/arc/arc.c (arc_return_in_memory, arc_pass_by_reference,
H A DChangeLog-20156769 (arc_return_in_memory): ARCv2 ABI returns in registers up to 16 bytes.