Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.27/gas/config/
Dtc-mips.c3740 fpabi_incompatible_with (int fpabi, const char *what) in fpabi_incompatible_with() argument
3743 Tag_GNU_MIPS_ABI_FP, fpabi, what); in fpabi_incompatible_with()
3747 fpabi_requires (int fpabi, const char *what) in fpabi_requires() argument
3750 Tag_GNU_MIPS_ABI_FP, fpabi, what); in fpabi_requires()
3755 check_fpabi (int fpabi) in check_fpabi() argument
3757 switch (fpabi) in check_fpabi()
3761 fpabi_incompatible_with (fpabi, "softfloat"); in check_fpabi()
3763 fpabi_incompatible_with (fpabi, "singlefloat"); in check_fpabi()
3765 fpabi_incompatible_with (fpabi, "gp=64 fp=32"); in check_fpabi()
3767 fpabi_incompatible_with (fpabi, "gp=32 fp=64"); in check_fpabi()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2014784 (mips_elf_final_processing): Use fpabi == Val_GNU_MIPS_ABI_FP_OLD_64