Lines Matching refs:fpabi

3766 fpabi_incompatible_with (int fpabi, const char *what)  in fpabi_incompatible_with()  argument
3769 Tag_GNU_MIPS_ABI_FP, fpabi, what); in fpabi_incompatible_with()
3773 fpabi_requires (int fpabi, const char *what) in fpabi_requires() argument
3776 Tag_GNU_MIPS_ABI_FP, fpabi, what); in fpabi_requires()
3781 check_fpabi (int fpabi) in check_fpabi() argument
3783 switch (fpabi) in check_fpabi()
3787 fpabi_incompatible_with (fpabi, "softfloat"); in check_fpabi()
3789 fpabi_incompatible_with (fpabi, "singlefloat"); in check_fpabi()
3791 fpabi_incompatible_with (fpabi, "gp=64 fp=32"); in check_fpabi()
3793 fpabi_incompatible_with (fpabi, "gp=32 fp=64"); in check_fpabi()
3798 fpabi_requires (fpabi, "-mabi=32"); in check_fpabi()
3800 fpabi_incompatible_with (fpabi, "softfloat"); in check_fpabi()
3802 fpabi_incompatible_with (fpabi, "singlefloat"); in check_fpabi()
3804 fpabi_requires (fpabi, "fp=xx"); in check_fpabi()
3810 fpabi_requires (fpabi, "-mabi=32"); in check_fpabi()
3812 fpabi_incompatible_with (fpabi, "softfloat"); in check_fpabi()
3814 fpabi_incompatible_with (fpabi, "singlefloat"); in check_fpabi()
3816 fpabi_requires (fpabi, "fp=64"); in check_fpabi()
3817 else if (fpabi == Val_GNU_MIPS_ABI_FP_64 && !file_mips_opts.oddspreg) in check_fpabi()
3818 fpabi_incompatible_with (fpabi, "nooddspreg"); in check_fpabi()
3819 else if (fpabi == Val_GNU_MIPS_ABI_FP_64A && file_mips_opts.oddspreg) in check_fpabi()
3820 fpabi_requires (fpabi, "nooddspreg"); in check_fpabi()
3825 fpabi_incompatible_with (fpabi, "softfloat"); in check_fpabi()
3827 fpabi_requires (fpabi, "singlefloat"); in check_fpabi()
3832 fpabi_requires (fpabi, "softfloat"); in check_fpabi()
3837 Tag_GNU_MIPS_ABI_FP, fpabi); in check_fpabi()
3842 " floating-point ABI"), Tag_GNU_MIPS_ABI_FP, fpabi); in check_fpabi()
18090 int fpabi; in mips_elf_final_processing() local
18257 fpabi = bfd_elf_get_obj_attr_int (stdoutput, OBJ_ATTR_GNU, in mips_elf_final_processing()
18259 if (fpabi == Val_GNU_MIPS_ABI_FP_OLD_64) in mips_elf_final_processing()
19218 int fpabi = Val_GNU_MIPS_ABI_FP_ANY; in md_mips_end() local
19231 fpabi = bfd_elf_get_obj_attr_int (stdoutput, OBJ_ATTR_GNU, in md_mips_end()
19233 if (fpabi != Val_GNU_MIPS_ABI_FP_ANY) in md_mips_end()
19234 check_fpabi (fpabi); in md_mips_end()
19241 fpabi = Val_GNU_MIPS_ABI_FP_SOFT; in md_mips_end()
19244 fpabi = Val_GNU_MIPS_ABI_FP_SINGLE; in md_mips_end()
19251 fpabi = Val_GNU_MIPS_ABI_FP_DOUBLE; in md_mips_end()
19254 fpabi = Val_GNU_MIPS_ABI_FP_XX; in md_mips_end()
19258 fpabi = Val_GNU_MIPS_ABI_FP_64A; in md_mips_end()
19260 fpabi = Val_GNU_MIPS_ABI_FP_64; in md_mips_end()
19262 fpabi = Val_GNU_MIPS_ABI_FP_DOUBLE; in md_mips_end()
19268 Tag_GNU_MIPS_ABI_FP, fpabi); in md_mips_end()