Home
last modified time | relevance | path

Searched refs:mips_fpr_return_fields (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c336 static int mips_fpr_return_fields (tree, tree *);
7431 mips_fpr_return_fields (tree valtype, tree *fields) in mips_fpr_return_fields() function
7478 && mips_fpr_return_fields (valtype, fields) == 0); in mips_return_in_msb()
7532 switch (mips_fpr_return_fields (valtype, fields)) in mips_function_value()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20032741 (mips_fpr_return_fields): New, split out from mips_function_value.