Home
last modified time | relevance | path

Searched refs:fpabi (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dattr-none-double.d4 #name: MIPS infer fpabi (double-precision)
Dattr-none-soft-float.d5 #name: MIPS infer fpabi (soft-precision)
Dattr-none-single-float.d5 #name: MIPS infer fpabi (single-precision)
Dr6-attr-none-double.d4 #name: MIPS infer fpabi (double-precision)
Dattr-none-o32-fp64.d5 #name: MIPS infer fpabi (O32 fp64)
Dattr-none-o32-fpxx.d5 #name: MIPS infer fpabi (O32 fpxx)
Dattr-none-o32-fp64-nooddspreg.d5 #name: MIPS infer fpabi (O32 fp64 nooddspreg)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c3766 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()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog611 (mips_elf_final_processing): Use fpabi == Val_GNU_MIPS_ABI_FP_OLD_64