Home
last modified time | relevance | path

Searched refs:in_fp (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-ppc.c4666 int in_fp = in_attr->i & 3; in _bfd_elf_ppc_merge_fp_attributes() local
4669 if (in_fp == 0) in _bfd_elf_ppc_merge_fp_attributes()
4674 out_attr->i ^= in_fp; 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()
4691 in_fp = in_attr->i & 0xc; in _bfd_elf_ppc_merge_fp_attributes()
4693 if (in_fp == 0) in _bfd_elf_ppc_merge_fp_attributes()
4698 out_attr->i ^= in_fp; in _bfd_elf_ppc_merge_fp_attributes()
[all …]
Delfxx-mips.c15144 int out_fp, in_fp; in mips_elf_merge_obj_attributes() local
15147 in_fp = in_attr[Tag_GNU_MIPS_ABI_FP].i; in mips_elf_merge_obj_attributes()
15150 out_attr[Tag_GNU_MIPS_ABI_FP].i = in_fp; in mips_elf_merge_obj_attributes()
15152 && (in_fp == Val_GNU_MIPS_ABI_FP_DOUBLE in mips_elf_merge_obj_attributes()
15153 || in_fp == Val_GNU_MIPS_ABI_FP_64 in mips_elf_merge_obj_attributes()
15154 || in_fp == Val_GNU_MIPS_ABI_FP_64A)) in mips_elf_merge_obj_attributes()
15159 else if (in_fp == Val_GNU_MIPS_ABI_FP_XX in mips_elf_merge_obj_attributes()
15165 && in_fp == Val_GNU_MIPS_ABI_FP_64) in mips_elf_merge_obj_attributes()
15170 else if (in_fp == Val_GNU_MIPS_ABI_FP_64A in mips_elf_merge_obj_attributes()
15173 else if (in_fp != Val_GNU_MIPS_ABI_FP_ANY) in mips_elf_merge_obj_attributes()
[all …]
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc9135 Target_mips<size, big_endian>::select_fp_abi(const std::string& name, int in_fp, in select_fp_abi() argument
9138 if (in_fp == out_fp) in select_fp_abi()
9142 return in_fp; in select_fp_abi()
9144 && (in_fp == elfcpp::Val_GNU_MIPS_ABI_FP_DOUBLE in select_fp_abi()
9145 || in_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64 in select_fp_abi()
9146 || in_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64A)) in select_fp_abi()
9147 return in_fp; in select_fp_abi()
9148 else if (in_fp == elfcpp::Val_GNU_MIPS_ABI_FP_XX in select_fp_abi()
9154 && in_fp == elfcpp::Val_GNU_MIPS_ABI_FP_64) in select_fp_abi()
9155 return in_fp; in select_fp_abi()
[all …]