Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_5 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp140 {EF_MIPS_ARCH_64, EF_MIPS_ARCH_5},
146 {EF_MIPS_ARCH_5, EF_MIPS_ARCH_4},
240 case EF_MIPS_ARCH_5: in getArchName()
/freebsd/sys/sys/
H A Delf_common.h367 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp117 case ELF::EF_MIPS_ARCH_5: in getMIPSFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h562 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp851 EFlags |= ELF::EF_MIPS_ARCH_5; in MipsTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp472 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp287 case llvm::ELF::EF_MIPS_ARCH_5: in mipsVariantFromElfFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1569 ENUM_ENT(EF_MIPS_ARCH_5, "mips5"),