Lines Matching refs:out_fp
9136 int out_fp) in select_fp_abi() argument
9138 if (in_fp == out_fp) in select_fp_abi()
9139 return out_fp; in select_fp_abi()
9141 if (out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_ANY) in select_fp_abi()
9143 else if (out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_XX in select_fp_abi()
9149 && (out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_DOUBLE in select_fp_abi()
9150 || out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64 in select_fp_abi()
9151 || out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64A)) in select_fp_abi()
9152 return out_fp; // Keep the current setting. in select_fp_abi()
9153 else if (out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64A in select_fp_abi()
9157 && out_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64) in select_fp_abi()
9158 return out_fp; // Keep the current setting. in select_fp_abi()
9161 fp_abi_string(in_fp), fp_abi_string(out_fp)); in select_fp_abi()
9162 return out_fp; in select_fp_abi()