Home
last modified time | relevance | path

Searched full:ef_mips_micromips (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/llvm/test/Object/Mips/
H A Delf-flags.yaml15 # OBJ-NEXT: EF_MIPS_MICROMIPS (0x2000000)
26 …IC, EF_MIPS_ABI2, EF_MIPS_32BITMODE, EF_MIPS_FP64, EF_MIPS_NAN2008, EF_MIPS_MICROMIPS, EF_MIPS_ARC…
37 EF_MIPS_MICROMIPS, EF_MIPS_ARCH_ASE_M16,
/aosp_15_r20/external/llvm/lib/Object/
H A DELFObjectFile.cpp115 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getFeatures()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
DMipsAbiFlags.cpp197 if (elfFlags & llvm::ELF::EF_MIPS_MICROMIPS) in fillByElfFlags()
DMipsLDBackend.cpp1144 oldElfFlags |= newElfFlags & llvm::ELF::EF_MIPS_MICROMIPS; in mergeElfFlags()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp151 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DELFObjectFile.cpp154 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp275 BCase(EF_MIPS_MICROMIPS) in bitset()
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp845 Flags |= ELF::EF_MIPS_MICROMIPS; in setUsesMicroMips()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp962 Flags |= ELF::EF_MIPS_MICROMIPS; in setUsesMicroMips()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp993 Flags |= ELF::EF_MIPS_MICROMIPS; in setUsesMicroMips()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h500 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DELF.h507 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp306 BCase(EF_MIPS_MICROMIPS); in bitset()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h523 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DELF.h548 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DELF.h551 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DELF.h551 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DELF.h548 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DELF.h551 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp438 BCase(EF_MIPS_MICROMIPS); in bitset()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1252 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_MICROMIPS),
/aosp_15_r20/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1899 // If we're in microMIPS mode then we must also set EF_MIPS_MICROMIPS. in processInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2323 // If we're in microMIPS mode then we must also set EF_MIPS_MICROMIPS. in processInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2330 // If we're in microMIPS mode then we must also set EF_MIPS_MICROMIPS. in processInstruction()