Home
last modified time | relevance | path

Searched refs:Val_GNU_MIPS_ABI_FP_DOUBLE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp26 return Mips::Val_GNU_MIPS_ABI_FP_DOUBLE; in getFpABIValue()
31 return Mips::Val_GNU_MIPS_ABI_FP_DOUBLE; in getFpABIValue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMipsABIFlags.h86 Val_GNU_MIPS_ABI_FP_DOUBLE = 1, // hard float / -mdouble-float enumerator
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp323 if (fpA == Mips::Val_GNU_MIPS_ABI_FP_DOUBLE || in compareMipsFpAbi()
334 case Mips::Val_GNU_MIPS_ABI_FP_DOUBLE: in getMipsFpAbiName()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1440 case llvm::Mips::Val_GNU_MIPS_ABI_FP_DOUBLE: in GetSectionHeaderInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2980 {"Hard float (double precision)", Mips::Val_GNU_MIPS_ABI_FP_DOUBLE},