HomeSort by relevance Sort by last modified time
    Searched full:thumbeb (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/llvm/lib/Target/ARM/TargetInfo/
ARMTargetInfo.cpp 25 RegisterTarget<Triple::thumbeb, /*HasJIT=*/true>
26 B(TheThumbBETarget, "thumbeb", "Thumb (big endian)");
  /external/llvm/test/MC/ARM/
directive-type-diagnostics.s 4 // RUN: not llvm-mc -triple thumbeb-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
big-endian-thumb2-fixup.s 1 // RUN: llvm-mc -triple=thumbeb-eabi -mattr v7,vfp2 -filetype=obj < %s | llvm-objdump -s - | FileCheck %s
  /external/llvm/test/MC/ELF/ARM/
directive-type-diagnostics.s 4 // RUN: not llvm-mc -triple thumbeb-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
directive-type-diagnostics.s 4 // RUN: not llvm-mc -triple thumbeb-apple -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 23 (TheTriple.getArch() == Triple::thumbeb))
46 (TheTriple.getArch() == Triple::thumbeb))
  /external/clang/test/Driver/
linux-as.c 40 // RUN: | FileCheck -check-prefix=CHECK-THUMBEB-ALL %s
41 // CHECK-THUMBEB-ALL: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=thumbebv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
60 // RUN: | FileCheck -check-prefix=CHECK-THUMBEB-TARGET %s
61 // CHECK-THUMBEB-TARGET: as{{(.exe)?}}" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8"
80 // RUN: | FileCheck -check-prefix=CHECK-THUMBEB-TARGET-V8 %s
81 // CHECK-THUMBEB-TARGET-V8: as{{(.exe)?}}" "-mfpu=crypto-neon-fp-armv8" "-mfloat-abi=soft" "-mcpu=cortex-a53"
netbsd.c 50 // RUN: %clang -no-canonical-prefixes -target thumbeb--netbsd-eabi \
52 // RUN: | FileCheck -check-prefix=THUMBEB %s
225 // THUMBEB: clang{{.*}}" "-cc1" "-triple" "armebv5e--netbsd-eabi"
226 // THUMBEB: as{{.*}}" "-mcpu=arm926ej-s" "-o"
227 // THUMBEB: ld{{.*}}" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld.elf_so"
228 // THUMBEB: "-m" "armelfb_nbsd_eabi"
229 // THUMBEB: "-o" "a.out" "{{.*}}/usr/lib{{/|\\\\}}crt0.o"
230 // THUMBEB: "{{.*}}/usr/lib{{/|\\\\}}eabi{{/|\\\\}}crti.o"
231 // THUMBEB: "{{.*}}/usr/lib{{/|\\\\}}crtbegin.o" "{{.*}}.o" "-lc"
232 // THUMBEB: "{{.*}}/usr/lib{{/|\\\\}}crtend.o" "{{.*}}/usr/lib{{/|\\\\}}crtn.o
    [all...]
arm-abi.c 8 // RUN: %clang -target thumbeb--- %s -### -o %t.o 2>&1 \
  /external/llvm/test/CodeGen/ARM/
dagcombine-concatvector.ll 2 ; RUN: llc < %s -mtriple=thumbeb -target-abi apcs -mattr=v7,neon | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-BE
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 118 TT.getArch() == Triple::thumbeb ||
  /external/clang/lib/Driver/
ToolChain.cpp 389 case llvm::Triple::thumbeb:
391 getArch() != llvm::Triple::armeb && getArch() != llvm::Triple::thumbeb;
408 Triple.getArch() == llvm::Triple::thumbeb ||
451 case llvm::Triple::thumbeb: {
455 getTriple().getArch() == llvm::Triple::thumbeb;
494 ArchName = "thumbeb";
  /external/llvm/lib/Support/
Triple.cpp 48 case thumbeb: return "thumbeb";
85 case thumbeb: return "arm";
267 .Case("thumbeb", thumbeb)
317 arch = Triple::thumbeb;
341 return Triple::thumbeb;
366 .Case("thumbeb", Triple::thumbeb)
614 case Triple::thumbeb
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 51 case thumbeb: return "thumbeb";
88 case thumbeb: return "arm";
280 .Case("thumbeb", thumbeb)
330 arch = Triple::thumbeb;
354 return Triple::thumbeb;
379 .Case("thumbeb", Triple::thumbeb)
639 case Triple::thumbeb
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 652 T = Triple("thumbeb");
703 T.setArch(Triple::thumbeb);
704 EXPECT_EQ(Triple::thumbeb, T.getBigEndianArchVariant().getArch());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 77 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
639 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 77 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
639 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 78 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
643 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 78 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
643 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 78 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
643 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 78 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
643 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 77 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
639 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 77 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
639 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 78 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
643 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 78 thumbeb, // Thumb (big endian): thumbeb enumerator in enum:llvm::Triple::ArchType
643 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;

Completed in 613 milliseconds

1 2 3 4