/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
D | elf-flags.yaml | 17 # OBJ-NEXT: EF_MIPS_NOREORDER (0x1) 26 # YAML-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2, EF_MI… 34 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2,
|
D | elf-mips64-rel.yaml | 51 EF_MIPS_NOREORDER, EF_MIPS_ARCH_64R2 ]
|
/external/llvm/test/Object/Mips/ |
D | elf-flags.yaml | 17 # OBJ-NEXT: EF_MIPS_NOREORDER (0x1) 26 # YAML-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2, EF_MI… 34 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI2,
|
D | elf-mips64-rel.yaml | 51 EF_MIPS_NOREORDER, EF_MIPS_ARCH_64R2 ]
|
/external/llvm/test/Object/ |
D | yaml2obj-elf-file-headers-with-e_flags.yaml | 8 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R2, 18 # CHECK-NEXT: EF_MIPS_NOREORDER (0x1)
|
D | obj2yaml.test | 198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | yaml2obj-elf-file-headers-with-e_flags.yaml | 8 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R2, 18 # CHECK-NEXT: EF_MIPS_NOREORDER (0x1)
|
D | obj2yaml.test | 356 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
|
/external/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 7 ; EF_MIPS_NOREORDER (0x00000001) is always on by default currently
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 268 BCase(EF_MIPS_NOREORDER) in bitset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 291 BCase(EF_MIPS_NOREORDER); in bitset()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 860 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 974 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 460 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 484 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 467 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1223 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1250 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_NOREORDER),
|
/external/kmod/port-gnu/ |
D | elf.h | 1404 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1619 #define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used. */ macro
|