Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c221 static bool arm_return_in_msb (const_tree);
620 #define TARGET_RETURN_IN_MSB arm_return_in_msb
5733 if (arm_return_in_msb (type)) in arm_function_value()
6804 if (type && arm_return_in_msb (type)) in aapcs_allocate_return_reg()
13627 arm_return_in_msb (const_tree valtype) in arm_return_in_msb() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc224 static bool arm_return_in_msb (const_tree);
615 #define TARGET_RETURN_IN_MSB arm_return_in_msb
5806 if (arm_return_in_msb (type)) in arm_function_value()
6915 if (type && arm_return_in_msb (type)) in aapcs_allocate_return_reg()
13802 arm_return_in_msb (const_tree valtype) in arm_return_in_msb() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200710020 arm_promote_prototypes, arm_return_in_msb, arm_must_pass_in_stack,
H A DChangeLog-200521870 * config/arm/arm.c (arm_return_in_msb): New function.
H A DChangeLog-201116233 (arm_return_in_msb): Return fixed-point types in the msb.