/external/llvm/test/MC/AsmParser/ |
align_invalid.s | 2 # RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN 6 # DARWIN-NOT: error 10 # DARWIN: error: invalid alignment value
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
idle | 1 #!/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/bin/python2.7
|
pydoc | 1 #!/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/bin/python2.7
|
/prebuilts/tools/darwin-x86/jetcreator/ |
PREBUILT | 2 using the source located in external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
err-syms-4.s | 5 # { dg-error " an .indirect_symbol must be in a symbol pointer or stub section." "" { target *-*-darwin*} 3 }
|
err-syms-1.s | 11 # { dg-error ".a. previously declared as .global." "" { target *-*-darwin*} 5 } 12 # { dg-error ".b. previously declared as .private extern." "" { target *-*-darwin*} 9 }
|
warn-1.s | 6 # { dg-warning "Alignment \\(100\\) too large: 15 assumed" "" { target *-*-darwin*} 3 } 7 # { dg-warning "Alignment \\(17\\) too large: 15 assumed" "" { target *-*-darwin*} 4 }
|
/external/valgrind/ |
darwin9-drd.supp | 2 # DRD suppressions for Darwin 9.x / Mac OS X 10.5 Leopard 9 drd-darwin-dyld-register-func-for-add-image 17 drd-darwin-dyld-register-func-for-remove-image 25 drd-darwin-dyld-GlobalLockInitialize 32 drd-darwin-dyld-bindLazySymbol 39 drd-darwin-dyld-addImage 52 drd-darwin-dyld-ImageLoaderMachO::resolveUndefined 58 drd-darwin-dyld-ImageLoaderMachO::findExportedSymbol 68 # Suppression patterns for libc, Darwin's C library. 72 drd-darwin-libc-cerro [all...] |
/external/llvm/test/CodeGen/Thumb2/ |
large-stack.ll | 2 ; RUN: -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN 7 ; DARWIN-LABEL: test1: 8 ; DARWIN: sub sp, #256 16 ; DARWIN-LABEL: test2: 17 ; DARWIN: sub.w sp, sp, #4160 18 ; DARWIN: sub sp, #8 27 ; DARWIN-LABEL: test3: 28 ; DARWIN: push {r4, r7, lr} 29 ; DARWIN: sub.w sp, sp, #80530636 [all...] |
thumb2-call-tc.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s -check-prefix=DARWIN 10 ; DARWIN-LABEL: f: 11 ; DARWIN: blx _g 20 ; DARWIN-LABEL: h: 21 ; DARWIN: bx r0 @ TAILCALL 31 ; DARWIN-LABEL: j: 32 ; DARWIN: b.w _f @ TAILCALL
|
/external/clang/test/Driver/ |
darwin-ld-demangle.c | 1 // REQUIRES: system-darwin 3 // On Darwin, -demangle is passed to the linker of HOST_LINK_VERSION
|
/external/llvm/test/DebugInfo/Generic/ |
gmlt.test | 4 ; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here. 5 ; XFAIL: darwin
|
/external/llvm/test/DebugInfo/X86/ |
gmlt.test | 1 ; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \ 2 ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll
|
stringpool.ll | 2 ; RUN: llc -mtriple=x86_64-darwin < %s | FileCheck %s --check-prefix=DARWIN 20 ; DARWIN: .section __DWARF,__debug_str,regular,debug 21 ; DARWIN: .asciz "yyyy" ## string offset=[[YYYY:[0-9]+]] 34 ; DARWIN: .long [[YYYY]] 35 ; DARWIN-NEXT: .long {{[0-9]+}} ## DW_AT_type 36 ; DARWIN-NEXT: ## DW_AT_external 37 ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_file 38 ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_line 39 ; DARWIN-NEXT: .byte 9 ## DW_AT_locatio [all...] |
/external/llvm/test/CodeGen/X86/ |
memcpy.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=DARWIN 33 ; On the other hand, Darwin's definition of -Os is optimizing for size without 43 ; DARWIN-LABEL: test3: 44 ; DARWIN-NOT: memcpy 45 ; DARWIN: movq 46 ; DARWIN: movq 47 ; DARWIN: movq 48 ; DARWIN: movq 49 ; DARWIN: mov [all...] |
global-sections.ll | 2 ; RUN: llc < %s -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN 3 ; RUN: llc < %s -mtriple=i386-apple-darwin10 -relocation-model=static | FileCheck %s -check-prefix=DARWIN-STATIC 109 ; DARWIN: .comm _G1,4,2 120 ; DARWIN: .section __TEXT,__const{{$}} 121 ; DARWIN: _G2: 122 ; DARWIN: .long 42 128 ; DARWIN: .section __DATA,__const 129 ; DARWIN: .globl _G3 130 ; DARWIN: _G3: 131 ; DARWIN: .long _G [all...] |
and-or-fold.ll | 1 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck -check-prefix=DARWIN %s 2 ; RUN: opt < %s -O2 | llc -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=DARWIN-OPT %s 14 ; DARWIN: andl $16711807, %eax 24 ; DARWIN-OPT: andl $123124 25 ; DARWIN-OPT-NEXT: leaq 3
|
/external/llvm/test/CodeGen/ARM/ |
divmod-eabi.ll | 6 ; RUN: llc -mtriple armv7-apple-darwin %s -o - | FileCheck %s --check-prefix=DARWIN 8 ; RUN: llc -mtriple armv7-apple-darwin-eabi %s -o - | FileCheck %s --check-prefix=DARWIN 13 ; DARWIN-LABEL: f16: 26 ; DARWIN: ___divsi3 27 ; DARWIN: mov [[sum:r[0-9]+]], r0 28 ; DARWIN: __modsi3 29 ; DARWIN: add [[sum]]{{.*}}r0 33 ; DARWIN: __modsi [all...] |
arguments.ll | 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+vfp2 | FileCheck %s -check-prefix=DARWIN 7 ; DARWIN-LABEL: f1: 8 ; DARWIN: mov r0, r1 18 ; DARWIN-LABEL: f2: 19 ; DARWIN: mov r3, #128 32 ; DARWIN-LABEL: f3: 33 ; DARWIN: mov r0, r3 34 ; DARWIN-NEXT: mov pc, lr
|
/external/llvm/test/CodeGen/PowerPC/ |
LargeAbsoluteAddr.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \ 3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ 5 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/ |
repo.prop | 3 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68 4 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/ |
repo.prop | 3 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68 4 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/ |
repo.prop | 3 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68 4 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/ |
repo.prop | 3 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68 4 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/ |
repo.prop | 3 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68 4 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
|