Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDMipsArchTree.cpp131 {EF_MIPS_ARCH_64R2 | EF_MIPS_MACH_OCTEON3, EF_MIPS_ARCH_64R2},
132 {EF_MIPS_ARCH_64R2 | EF_MIPS_MACH_OCTEON2, EF_MIPS_ARCH_64R2},
133 {EF_MIPS_ARCH_64R2 | EF_MIPS_MACH_OCTEON, EF_MIPS_ARCH_64R2},
134 {EF_MIPS_ARCH_64R2 | EF_MIPS_MACH_LS3A, EF_MIPS_ARCH_64R2},
138 {EF_MIPS_ARCH_64R2, EF_MIPS_ARCH_64},
173 if (newFlags == EF_MIPS_ARCH_32R2 && isArchMatched(EF_MIPS_ARCH_64R2, res)) in isArchMatched()
248 case EF_MIPS_ARCH_64R2: in getArchName()
/freebsd-head/sys/sys/
HDelf_common.h371 #define EF_MIPS_ARCH_64R2 0x80000000 /* -mips64r2 code */ macro
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h566 EF_MIPS_ARCH_64R2 = 0x80000000, // mips64r2, mips64r3, mips64r5 enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDELFObjectFile.cpp129 case ELF::EF_MIPS_ARCH_64R2: in getMIPSFeatures()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp847 EFlags |= ELF::EF_MIPS_ARCH_64R2; in MipsTargetELFStreamer()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp476 BCaseMask(EF_MIPS_ARCH_64R2, EF_MIPS_ARCH); in bitset()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp291 case llvm::ELF::EF_MIPS_ARCH_64R2: in mipsVariantFromElfFlags()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1573 ENUM_ENT(EF_MIPS_ARCH_64R2, "mips64r2"),