HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 76 - 100 of 3268) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
mmx-arg-passing.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+mmx | FileCheck %s -check-prefix=X86-32
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | FileCheck %s -check-prefix=X86-64
4 ; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2].
5 ; On Darwin x86-32, v1i64 values are passed in memory. In this example, they
7 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7].
8 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
fast-isel-fold-mem.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin | FileCheck %s
inline-asm-pic.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep lea
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep call
  /external/clang/test/CodeGenCXX/
PR5050-constructor-conversion.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
debug-info-vtable-optzn.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
6 // Darwin and FreeBSD.
decl-ref-init.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o - | \
3 // RUN: %clang_cc1 -triple i386-apple-darwin -emit-llvm %s -o - | \
2012-02-06-VecInitialization.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
debug-info-context.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-flex-member.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-template-recursive.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
  /external/clang/test/Coverage/
codegen-next.m 1 // RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s
2 // RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s
  /external/clang/test/Lexer/
utf8-char-literal.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c11 -x c -fsyntax-only -verify %s
  /external/lldb/test/types/
TestFloatTypesExpr.py 25 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
31 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
42 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
48 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/llvm/test/CodeGen/ARM/
fpcmp_ueq.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin | grep moveq
2 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s
  /external/llvm/test/CodeGen/PowerPC/
empty-functions.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s
2 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
  /external/llvm/test/CodeGen/Thumb/
barrier.ll 1 ; RUN: llc -mtriple=thumbv6-apple-darwin %s -o - | FileCheck %s -check-prefix=V6
2 ; RUN: llc -mtriple=thumbv7-apple-darwin -mattr=-db %s -o - | FileCheck %s -check-prefix=V6
  /external/valgrind/main/docs/internals/
Darwin-notes.txt 7 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions
9 is available. See docs/internals/Darwin-notes.txt for the reason
20 Why? Because on Darwin, pthread cancellation is done within the
36 (compared to succeeding using native Darwin semaphores). And if the
39 using native Darwin semaphores.
56 functionality. Furthermore, a Darwin-specific hack was required in
64 * m_syswrap/syscall-amd64-darwin.S
68 * m_syswrap/syswrap-darwin.c:
72 * env var handling w/ exec on Darwin: is there something odd? Compare
73 "valgrind env" on Darwin and Linux. On the former there ar
    [all...]
  /external/clang/test/CodeGen/
2003-08-18-SigSetJmp.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o /dev/null
2009-05-04-EnumInreg.c 1 // RUN: %clang_cc1 -emit-llvm -triple i686-apple-darwin -mregparm 3 %s -o - | FileCheck %s
2010-07-14-overconservative-align.c 1 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
2011-03-31-ArrayRefFolding.c 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
asm-label.c 2 // RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm %s -o - | FileCheck %s --check-prefix=DARWIN
17 // DARWIN: @"\01bar" = internal global i32 0
18 // DARWIN: @"\01foo" = common global i32 0
19 // DARWIN: declare i8* @"\01alias"(i32)
func-aligned.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
x86_64-arguments-darwin.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s| FileCheck %s
  /external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o /dev/null

Completed in 301 milliseconds

1 2 34 5 6 7 8 91011>>