/external/llvm/test/CodeGen/PowerPC/ |
hello-reloc.s | 5 ; RUN: llvm-mc -filetype=obj -relocation-model=pic -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s 60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc 61 ; DARWIN-G4-DUMP:Arch: powerpc 62 ; DARWIN-G4-DUMP:AddressSize: 32bit 63 ; DARWIN-G4-DUMP:Relocations [ 64 ; DARWIN-G4-DUMP: Section __text { 65 ; DARWIN-G4-DUMP: Relocation { 66 ; DARWIN-G4-DUMP: Offset: 0x34 67 ; DARWIN-G4-DUMP: PCRel: 1 68 ; DARWIN-G4-DUMP: Length: [all...] |
align.ll | 2 ; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | FileCheck %s -check-prefix=DARWIN 14 ;DARWIN: .align 1 15 ;DARWIN: _c: 20 ;DARWIN: .align 2 21 ;DARWIN: _d: 26 ;DARWIN: .align 3 27 ;DARWIN: _e: 32 ;DARWIN: .align 2 33 ;DARWIN: _f: 38 ;DARWIN: .align [all...] |
named-reg-alloc-r1.ll | 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin 2>&1 | FileCheck %s --check-prefix=CHECK-DARWIN 2 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin 2>&1 | FileCheck %s --check-prefix=CHECK-DARWIN 14 ; CHECK-DARWIN-LABEL: @get_reg 15 ; CHECK-DARWIN: mr r3, r1
|
named-reg-alloc-r1-64.ll | 1 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin 2>&1 | FileCheck %s --check-prefix=CHECK-DARWIN 12 ; CHECK-DARWIN-LABEL: @get_reg 13 ; CHECK-DARWIN: mr r3, r1
|
named-reg-alloc-r13-64.ll | 1 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin 2>&1 | FileCheck %s --check-prefix=CHECK-DARWIN 12 ; CHECK-DARWIN-LABEL: @get_reg 13 ; CHECK-DARWIN: mr r3, r13
|
/external/valgrind/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 3 /*--- Private syscalls header for Darwin. priv_syswrap-darwin.h ---*/ 37 // syswrap-darwin.c 60 // old = the syscall no longer exists in Darwin 61 DECL_TEMPLATE(darwin, exit); // 1 78 DECL_TEMPLATE(darwin, getfsstat); // 18 86 DECL_TEMPLATE(darwin, ptrace); // 26 87 DECL_TEMPLATE(darwin, recvmsg); // 27 88 DECL_TEMPLATE(darwin, sendmsg); // 28 89 DECL_TEMPLATE(darwin, recvfrom); // 2 [all...] |
/prebuilts/go/darwin-x86/api/ |
go1.1.txt | [all...] |
/prebuilts/go/linux-x86/api/ |
go1.1.txt | [all...] |
/external/clang/test/Driver/ |
darwin-asan-nofortify.c | 1 // Make sure AddressSanitizer disables _FORTIFY_SOURCE on Darwin. 3 // RUN: %clang -fsanitize=address %s -E -dM -target x86_64-darwin | FileCheck %s
|
/external/valgrind/drd/tests/ |
supported_sem_init | 4 # (Linux) and exit with status 1 if not (Darwin). 6 [ "$(uname)" != "Darwin" ]
|
/toolchain/binutils/binutils-2.25/config/ |
mh-darwin | 2 # position-independent-code -- the usual default on Darwin. This fix speeds 5 `case ${host} in i?86-*-darwin* | powerpc-*-darwin*) \ 8 # ld on Darwin versions >= 10.7 defaults to PIE executables. Disable this for 11 `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;` 15 `case ${host} in i?86-*-darwin* | powerpc-*-darwin*)\ 18 `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
|
/external/valgrind/helgrind/tests/ |
pth_cond_destroy_busy.vgtest | 1 prereq: ! ../../tests/os_test darwin
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
err-sections-1.s | 1 # { dg-do assemble { target x86_64-*-darwin* } } 7 # { dg-error "unknown or invalid section type .symbol_stubs." "" { target x86_64-*-darwin* } 3 } 8 # { dg-error "unknown or invalid section type .lazy_symbol_pointers." "" { target x86_64-*-darwin* } 4 } 9 # { dg-error "unknown or invalid section type .non_lazy_symbol_pointers." "" { target x86_64-*-darwin* } 5 }
|
err-sections-2.s | 1 # { dg-do assemble { target x86_64-*-darwin* } } 7 # { dg-error ".symbol_stub is not used for the selected target" "" { target x86_64-*-darwin* } 3 } 8 # { dg-error ".lazy_symbol_pointer is not used for the selected target" "" { target x86_64-*-darwin* } 4 } 9 # { dg-error ".non_lazy_symbol_pointer is not used for the selected target" "" { target x86_64-*-darwin* } 5 }
|
err-syms-6.s | 1 # { dg-do assemble { target x86_64-*-darwin* } } 15 # { dg-error "unknown or invalid section type .symbol_stubs." "" { target x86_64-*-darwin* } 3 } 16 # { dg-error "an .indirect_symbol must be in a symbol pointer or stub section" "" { target x86_64-*-darwin* } 5 } 17 # { dg-error "unknown or invalid section type .lazy_symbol_pointers." "" { target x86_64-*-darwin* } 7 } 18 # { dg-error "an .indirect_symbol must be in a symbol pointer or stub section" "" { target x86_64-*-darwin* } 9 } 19 # { dg-error "unknown or invalid section type .non_lazy_symbol_pointers." "" { target x86_64-*-darwin* } 11 } 20 # { dg-error "an .indirect_symbol must be in a symbol pointer or stub section" "" { target x86_64-*-darwin* } 13 }
|
/external/llvm/test/CodeGen/ARM/ |
align.ll | 2 ; RUN: llc < %s -mtriple=arm-apple-darwin10 | FileCheck %s -check-prefix=DARWIN 13 ;DARWIN: .align 1 14 ;DARWIN: _c: 19 ;DARWIN: .align 2 20 ;DARWIN: _d: 25 ;DARWIN: .align 3 26 ;DARWIN: _e: 31 ;DARWIN: .align 2 32 ;DARWIN: _f: 37 ;DARWIN: .align [all...] |
fast-isel-frameaddr.ll | 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=DARWIN-ARM 3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=DARWIN-THUMB2 8 ; DARWIN-ARM-LABEL: frameaddr_index0: 9 ; DARWIN-ARM: push {r7} 10 ; DARWIN-ARM: mov r7, sp 11 ; DARWIN-ARM: mov r0, r7 13 ; DARWIN-THUMB2-LABEL: frameaddr_index0: 14 ; DARWIN-THUMB2: str r7, [sp, #-4]! 15 ; DARWIN-THUMB2: mov r7, sp 16 ; DARWIN-THUMB2: mov r0, r [all...] |
hidden-vis.ll | 2 ; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN 11 ; DARWIN: .private_extern _t1 12 ; DARWIN-LABEL: t1: 20 ; DARWIN-LABEL: t2: 21 ; DARWIN: .private_extern _a
|
arm-frameaddr.ll | 1 ; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN 8 ; DARWIN-LABEL: t: 9 ; DARWIN: mov r0, r7
|
/external/llvm/test/CodeGen/X86/ |
abi-isel.ll | 7 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-apple-darwin -march=x86 -relocation-model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-STATIC 8 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-apple-darwin -march=x86 -relocation-model=dynamic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-DYNAMIC 9 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-apple-darwin -march=x86 -relocation-model=pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-PIC 11 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-64-STATIC 12 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=dynamic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-64-DYNAMI [all...] |
cstring.ll | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-call.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s -check-prefix=DARWIN 9 ; DARWIN-LABEL: f: 10 ; DARWIN: blx _g 19 ; DARWIN-LABEL: h: 20 ; DARWIN: blx r0
|
/external/llvm/test/MC/AArch64/ |
expr-shr.s | 2 // RUN: llvm-mc -triple aarch64-unknown-darwin %s | FileCheck %s --check-prefix=DARWIN 7 // DARWIN: .quad 3
|
/external/clang/test/CodeGen/ |
ms-inline-asm-align.c | 2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s --check-prefix=DARWIN 5 // On Windows, .align is in bytes, and on Darwin, .align is in log2 form. The 16 // DARWIN-LABEL: define void @align_test() 17 // DARWIN: call void asm sideeffect inteldialect 18 // DARWIN-SAME: .align 3 19 // DARWIN-SAME: .align 4 20 // DARWIN-SAME: .align 7 21 // DARWIN-SAME: .align 8 22 // DARWIN-SAME: "~{dirflag},~{fpsr},~{flags}"()
|
/external/clang/test/Preprocessor/ |
predefined-nullability.c | 1 // RUN: %clang_cc1 %s -E -dM -triple i386-apple-darwin10 -o - | FileCheck %s --check-prefix=CHECK-DARWIN 6 // CHECK-DARWIN: #define __nonnull _Nonnull 7 // CHECK-DARWIN: #define __null_unspecified _Null_unspecified 8 // CHECK-DARWIN: #define __nullable _Nullable
|