Searched refs:out_fp (Results 1 – 3 of 3) sorted by relevance
9136 int out_fp) in select_fp_abi() argument9138 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()[all …]
4667 int out_fp = out_attr->i & 3; in _bfd_elf_ppc_merge_fp_attributes() local4671 else if (out_fp == 0) in _bfd_elf_ppc_merge_fp_attributes()4676 else if (out_fp != 2 && in_fp == 2) in _bfd_elf_ppc_merge_fp_attributes()4679 else if (out_fp == 2 && in_fp != 2) in _bfd_elf_ppc_merge_fp_attributes()4682 else if (out_fp == 1 && in_fp == 3) in _bfd_elf_ppc_merge_fp_attributes()4686 else if (out_fp == 3 && in_fp == 1) in _bfd_elf_ppc_merge_fp_attributes()4692 out_fp = out_attr->i & 0xc; in _bfd_elf_ppc_merge_fp_attributes()4695 else if (out_fp == 0) in _bfd_elf_ppc_merge_fp_attributes()4700 else if (out_fp != 2 * 4 && in_fp == 2 * 4) in _bfd_elf_ppc_merge_fp_attributes()4704 else if (in_fp != 2 * 4 && out_fp == 2 * 4) in _bfd_elf_ppc_merge_fp_attributes()[all …]
15144 int out_fp, in_fp; in mips_elf_merge_obj_attributes() local15146 out_fp = out_attr[Tag_GNU_MIPS_ABI_FP].i; in mips_elf_merge_obj_attributes()15149 if (out_fp == Val_GNU_MIPS_ABI_FP_ANY) in mips_elf_merge_obj_attributes()15151 else if (out_fp == Val_GNU_MIPS_ABI_FP_XX in mips_elf_merge_obj_attributes()15160 && (out_fp == Val_GNU_MIPS_ABI_FP_DOUBLE in mips_elf_merge_obj_attributes()15161 || out_fp == Val_GNU_MIPS_ABI_FP_64 in mips_elf_merge_obj_attributes()15162 || out_fp == Val_GNU_MIPS_ABI_FP_64A)) in mips_elf_merge_obj_attributes()15164 else if (out_fp == Val_GNU_MIPS_ABI_FP_64A in mips_elf_merge_obj_attributes()15171 && out_fp == Val_GNU_MIPS_ABI_FP_64) in mips_elf_merge_obj_attributes()15177 out_string = _bfd_mips_fp_abi_string (out_fp); in mips_elf_merge_obj_attributes()[all …]