Lines Matching refs:in_fp
4666 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()
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()
4708 else if (out_fp == 1 * 4 && in_fp == 3 * 4) in _bfd_elf_ppc_merge_fp_attributes()
4712 else if (out_fp == 3 * 4 && in_fp == 1 * 4) in _bfd_elf_ppc_merge_fp_attributes()