Home
last modified time | relevance | path

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 Darm.c167 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 Darm.cc170 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 DChangeLog-20151012 (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 DChangeLog-20051594 (arm_return_in_memory): ... To this. Return nonzero for all small
H A DChangeLog-20074964 (thumb_get_next_pc, arm_return_in_memory): Likewise.
H A DChangeLog-20198195 (arm_return_in_memory, arm_store_return_value)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20151012 (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 DChangeLog-20051594 (arm_return_in_memory): ... To this. Return nonzero for all small
H A DChangeLog-20074964 (thumb_get_next_pc, arm_return_in_memory): Likewise.
H A DChangeLog-20198195 (arm_return_in_memory, arm_store_return_value)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tuples2027 * config/arm/arm.c (arm_return_in_memory): Fix return type.
2028 * config/arm/arm-protos.h (arm_return_in_memory): Likewise.
H A DChangeLog-200816228 * 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 DChangeLog-19994771 * 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 DChangeLog-200710017 * 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 DFSFChangeLog.103842 (arm_return_in_memory): New function.
H A DChangeLog-200914432 * config/arm/arm.c (arm_return_in_memory): Handle returning
14460 (arm_return_in_memory): Rework all AAPCS variants; handle hard-vfp
H A DChangeLog-200518822 * 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 DChangeLog-20016517 * config/arm/arm.c (arm_return_in_memory): Cope with
H A DChangeLog-200022499 (arm_return_in_memory): For WinCE return all structures <= 32 bits
H A DChangeLog-20028560 * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
H A DChangeLog-202024313 * config/arm/arm.c (arm_return_in_memory): Note that the APCS
H A DChangeLog-200437263 (arm_return_in_memory): Update ABI check.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.103842 (arm_return_in_memory): New function.