Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_64 (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/lld/test/ELF/
Dmips-fp-flags-err.test38 Flags: [ EF_MIPS_ARCH_64 ]
57 Flags: [ EF_MIPS_ARCH_64 ]
76 Flags: [ EF_MIPS_ARCH_64 ]
95 Flags: [ EF_MIPS_ARCH_64 ]
114 Flags: [ EF_MIPS_ARCH_64 ]
133 Flags: [ EF_MIPS_ARCH_64 ]
152 Flags: [ EF_MIPS_ARCH_64 ]
Dmips-elf-flags-err.test44 Flags: [ EF_MIPS_ARCH_64, EF_MIPS_MICROMIPS ]
53 Flags: [ EF_MIPS_ABI_O64, EF_MIPS_ARCH_64 ]
62 Flags: [ EF_MIPS_ARCH_64, EF_MIPS_ABI2, EF_MIPS_NAN2008 ]
80 Flags: [ EF_MIPS_ARCH_64, EF_MIPS_ABI_EABI64 ]
Demulation-mips.s125 # MIPSN32-NEXT: EF_MIPS_ARCH_64
168 # MIPSN32EL-NEXT: EF_MIPS_ARCH_64
208 # MIPS64-NEXT: EF_MIPS_ARCH_64
249 # MIPS64EL-NEXT: EF_MIPS_ARCH_64
/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp137 {EF_MIPS_ARCH_64 | EF_MIPS_MACH_SB1, EF_MIPS_ARCH_64},
138 {EF_MIPS_ARCH_64 | EF_MIPS_MACH_XLR, EF_MIPS_ARCH_64},
139 {EF_MIPS_ARCH_64R2, EF_MIPS_ARCH_64},
141 {EF_MIPS_ARCH_64, EF_MIPS_ARCH_5},
172 if (newFlags == EF_MIPS_ARCH_32 && isArchMatched(EF_MIPS_ARCH_64, res)) in isArchMatched()
245 case EF_MIPS_ARCH_64: in getArchName()
/external/llvm-project/lld/test/ELF/invalid/
Dmips-invalid-options-descriptor.test15 Flags: [ EF_MIPS_CPIC, EF_MIPS_ARCH_64 ]
/external/llvm/lib/Object/
DELFObjectFile.cpp83 case ELF::EF_MIPS_ARCH_64: in getFeatures()
/external/llvm-project/llvm/test/CodeGen/Mips/
Delf_eflags.ll12 ; EF_MIPS_ARCH_64 (0x60000000)
/external/llvm/test/CodeGen/Mips/
Delf_eflags.ll12 ; EF_MIPS_ARCH_64 (0x60000000)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp119 case ELF::EF_MIPS_ARCH_64: in getMIPSFeatures()
/external/llvm-project/llvm/lib/Object/
DELFObjectFile.cpp121 case ELF::EF_MIPS_ARCH_64: in getMIPSFeatures()
/external/llvm/include/llvm/Support/
DELF.h521 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h512 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h535 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h545 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
/external/kmod/port-gnu/
Delf.h1423 #define EF_MIPS_ARCH_64 0x60000000 /* MIPS64 code. */ macro
1435 #define E_MIPS_ARCH_64 EF_MIPS_ARCH_64
/external/elfutils/libelf/
Delf.h1659 #define EF_MIPS_ARCH_64 0x60000000 /* MIPS64 code. */ macro
1671 #define E_MIPS_ARCH_64 EF_MIPS_ARCH_64
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp306 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH) in bitset()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp834 EFlags |= ELF::EF_MIPS_ARCH_64; in MipsTargetELFStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp815 EFlags |= ELF::EF_MIPS_ARCH_64; in MipsTargetELFStreamer()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp696 EFlags |= ELF::EF_MIPS_ARCH_64; in MipsTargetELFStreamer()
/external/llvm-project/llvm/test/MC/Mips/
Delf_header.s130 # MIPS64R1-NEXT: EF_MIPS_ARCH_64
/external/google-breakpad/src/third_party/musl/include/
Delf.h1167 #define EF_MIPS_ARCH_64 0x60000000 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp337 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH); in bitset()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp348 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH); in bitset()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp283 case llvm::ELF::EF_MIPS_ARCH_64: in mipsVariantFromElfFlags()

12