Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc6342 mips_fpr_return_fields (const_tree valtype, tree *fields, in mips_fpr_return_fields() function
6406 return (mips_fpr_return_fields (valtype, fields, in mips_return_in_msb()
6506 int use_fpr = mips_fpr_return_fields (valtype, fields, in mips_function_value_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c6278 mips_fpr_return_fields (const_tree valtype, tree *fields) in mips_fpr_return_fields() function
6324 && mips_fpr_return_fields (valtype, fields) == 0); in mips_return_in_msb()
6420 switch (mips_fpr_return_fields (valtype, fields)) in mips_function_value_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog7473 * config/mips/mips.cc (mips_fpr_return_fields): Ignore
7475 (mips_return_in_msb): Adjust for mips_fpr_return_fields change.
7714 * config/mips/mips.cc (mips_fpr_return_fields): Detect C++
7716 (mips_return_in_msb): Adapt for mips_fpr_return_fields change.
H A DChangeLog-20072681 * config/mips/mips.c (mips_fpr_return_fields): Fix SCALAR_TYPE_P check.
3451 (mips_fpr_return_fields): Use SCALAR_FLOAT_TYPE_P instead of a
10087 * config/mips/mips.c (mips_fpr_return_fields, mips_return_in_msb,
H A DChangeLog-20032741 (mips_fpr_return_fields): New, split out from mips_function_value.