Searched refs:arm_return_in_memory (Results 1 – 23 of 23) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 167 static bool arm_return_in_memory (const_tree, const_tree); 223 static bool arm_return_in_memory (const_tree, const_tree); 623 #define TARGET_RETURN_IN_MEMORY arm_return_in_memory 5939 arm_return_in_memory (const_tree type, const_tree fntype) in arm_return_in_memory() function 6033 if (arm_return_in_memory (TREE_TYPE (field), NULL_TREE)) in arm_return_in_memory() 6068 if (arm_return_in_memory (TREE_TYPE (field), NULL_TREE)) in arm_return_in_memory() 7426 if (arm_return_in_memory (ret_type, fntype)) in cmse_func_args_or_return_in_stack()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 170 static bool arm_return_in_memory (const_tree, const_tree); 226 static bool arm_return_in_memory (const_tree, const_tree); 618 #define TARGET_RETURN_IN_MEMORY arm_return_in_memory 6012 arm_return_in_memory (const_tree type, const_tree fntype) in arm_return_in_memory() function 6106 if (arm_return_in_memory (TREE_TYPE (field), NULL_TREE)) in arm_return_in_memory() 6141 if (arm_return_in_memory (TREE_TYPE (field), NULL_TREE)) in arm_return_in_memory() 7542 if (arm_return_in_memory (ret_type, fntype)) in cmse_func_args_or_return_in_stack()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2015 | 1012 (arm_return_in_memory): Handel vector type. 1016 * arm-tdep.c (arm_return_in_memory): Rewrite it. 1017 (arm_return_value): Call arm_return_in_memory for 7825 * arm-tdep.c (arm_return_in_memory): Likewise.
|
H A D | ChangeLog-2005 | 1594 (arm_return_in_memory): ... To this. Return nonzero for all small
|
H A D | ChangeLog-2007 | 4964 (thumb_get_next_pc, arm_return_in_memory): Likewise.
|
H A D | ChangeLog-2019 | 8195 (arm_return_in_memory, arm_store_return_value)
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2015 | 1012 (arm_return_in_memory): Handel vector type. 1016 * arm-tdep.c (arm_return_in_memory): Rewrite it. 1017 (arm_return_value): Call arm_return_in_memory for 7825 * arm-tdep.c (arm_return_in_memory): Likewise.
|
H A D | ChangeLog-2005 | 1594 (arm_return_in_memory): ... To this. Return nonzero for all small
|
H A D | ChangeLog-2007 | 4964 (thumb_get_next_pc, arm_return_in_memory): Likewise.
|
H A D | ChangeLog-2019 | 8195 (arm_return_in_memory, arm_store_return_value)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tuples | 2027 * config/arm/arm.c (arm_return_in_memory): Fix return type. 2028 * config/arm/arm-protos.h (arm_return_in_memory): Likewise.
|
H A D | ChangeLog-2008 | 16228 * arm-protos.h (arm_return_in_memory): Remove public 16229 arm_return_in_memory() prototype. 16230 * arm.c (arm_return_in_memory): Add static prototype, add target 19238 * config/arm/arm.c (arm_return_in_memory): Fix return type. 19239 * config/arm/arm-protos.h (arm_return_in_memory): Likewise. 20099 * config/arm/arm.c (arm_return_in_memory): Add fntype argumen. 20110 * config/arm/arm-protos.h (arm_return_in_memory): Add fntype argument.
|
H A D | ChangeLog-1999 | 4771 * arm.c (arm_return_in_memory): APCS rules state that the elements 18917 (RETURN_IN_MEMORY): Always call arm_return_in_memory. 18938 (arm_return_in_memory): Improve handling of structures.
|
H A D | ChangeLog-2007 | 10017 * config/arm/arm-protos.h (arm_return_in_memory, 10022 arm_function_value, arm_return_in_memory, arm_pad_arg_upward): 14168 (arm_return_in_memory): Return vectors <= 16 bytes in ARM registers.
|
H A D | FSFChangeLog.10 | 3842 (arm_return_in_memory): New function.
|
H A D | ChangeLog-2009 | 14432 * config/arm/arm.c (arm_return_in_memory): Handle returning 14460 (arm_return_in_memory): Rework all AAPCS variants; handle hard-vfp
|
H A D | ChangeLog-2005 | 18822 * arm.c (arm_return_in_memory): Add handling for vector return types. 35579 * config/arm/arm.c (arm_return_in_memory): Treat complex types
|
H A D | ChangeLog-2001 | 6517 * config/arm/arm.c (arm_return_in_memory): Cope with
|
H A D | ChangeLog-2000 | 22499 (arm_return_in_memory): For WinCE return all structures <= 32 bits
|
H A D | ChangeLog-2002 | 8560 * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
|
H A D | ChangeLog-2020 | 24313 * config/arm/arm.c (arm_return_in_memory): Note that the APCS
|
H A D | ChangeLog-2004 | 37263 (arm_return_in_memory): Update ABI check.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.10 | 3842 (arm_return_in_memory): New function.
|