Home
last modified time | relevance | path

Searched refs:EF_MIPS_FP64 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDMipsArchTree.cpp70 bool fp = files[0].flags & EF_MIPS_FP64; in checkFlags()
86 bool fp2 = f.flags & EF_MIPS_FP64; in checkFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h518 EF_MIPS_FP64 = 0x00000200, // Code compiled for a 32-bit machine enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp441 BCase(EF_MIPS_FP64); in bitset()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1538 ENUM_ENT(EF_MIPS_FP64, "fp64"),