Searched refs:float_elt_type (Results 1 – 1 of 1) sorted by relevance
2724 struct type *float_elt_type; in ia64_use_struct_convention() local2730 float_elt_type = is_float_or_hfa_type (type); in ia64_use_struct_convention()2731 if (float_elt_type != NULL in ia64_use_struct_convention()2743 struct type *float_elt_type; in ia64_extract_return_value() local2745 float_elt_type = is_float_or_hfa_type (type); in ia64_extract_return_value()2746 if (float_elt_type != NULL) in ia64_extract_return_value()2758 offset += TYPE_LENGTH (float_elt_type); in ia64_extract_return_value()3121 struct type *float_elt_type; in ia64_push_dummy_call() local3171 if (float_elt_type != NULL) in ia64_push_dummy_call()3182 argoffset += TYPE_LENGTH (float_elt_type); in ia64_push_dummy_call()[all …]