HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 26 - 50 of 1527) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
memset64-on-x86-32.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 5
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=core2 | grep movl | count 20
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | grep movq | count 10
fastcc-2.ll 1 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | grep movsd
2 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | count 1
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/
block-destruct.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
debug-info-large-constant.cpp 1 // RUN: %clang_cc1 -g -triple=x86_64-apple-darwin %s -o /dev/null
  /external/llvm/test/CodeGen/Thumb/
2010-07-01-FuncAlign.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
barrier.ll 1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=V6
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=-db | FileCheck %s -check-prefix=V6
  /external/llvm/test/MC/AsmParser/
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
  /development/tools/emulator/opengl/tests/translator_tests/MacCommon/
Android.mk 3 ifeq ($(HOST_OS),darwin)
13 endif # HOST_OS == darwin
  /external/clang/test/CodeGen/
arm-cc.c 1 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-APCS %s
2 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-AAPCS %s
7 // DARWIN-APCS: define void @f()
8 // DARWIN-APCS: call void @g
9 // DARWIN-AAPCS: define arm_aapcscc void @f()
10 // DARWIN-AAPCS: call arm_aapcscc void @g
asm-label.c 2 // RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm %s -o - | FileCheck %s --check-prefix=DARWIN
12 // DARWIN: declare i8* @"\01alias"(i32)
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-05-26-AsmSideEffect.c 1 // RUN: %clang_cc1 %s -emit-llvm -triple arm-apple-darwin -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
bool_test.c 1 // RUN: %clang_cc1 -triple powerpc-apple-darwin -emit-llvm -o - %s| FileCheck -check-prefix=DARWINPPC-CHECK %s
  /external/clang/test/Driver/
cfi.c 2 // RUN: FileCheck --check-prefix=CHECK-DARWIN %s
7 // CHECK-DARWIN: -fno-dwarf2-cfi-asm
  /external/llvm/test/CodeGen/ARM/
atomic-cmp.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=T2
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
trap.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=INSTR
2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
  /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/MC/ARM/
thumb-nop.s 1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V6
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V7
  /external/qemu/distrib/libpng-1.2.19/
Makefile 10 ifeq ($(HOST_OS),Darwin)
11 HOST_OS := darwin
  /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...]

Completed in 1088 milliseconds

12 3 4 5 6 7 8 91011>>