Searched refs:arm_return_in_msb (Results 1 – 5 of 5) sorted by relevance
221 static bool arm_return_in_msb (const_tree);620 #define TARGET_RETURN_IN_MSB arm_return_in_msb5733 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
224 static bool arm_return_in_msb (const_tree);615 #define TARGET_RETURN_IN_MSB arm_return_in_msb5806 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
10020 arm_promote_prototypes, arm_return_in_msb, arm_must_pass_in_stack,
21870 * config/arm/arm.c (arm_return_in_msb): New function.
16233 (arm_return_in_msb): Return fixed-point types in the msb.