OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
101 - 125
of
1673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenCXX/
call-arg-zero-temp.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-S %s -o %t-32.s
decl-ref-init.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-S %s -o %t-32.s
default-constructor-for-members.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-S %s -o %t-32.s
/external/clang/test/CodeGenObjC/
objc2-weak-block-call.m
1
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-
darwin
-fobjc-fragile-abi -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
2
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-
darwin
-fobjc-fragile-abi -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
/external/llvm/test/CodeGen/PowerPC/
2010-05-03-retaddr1.ll
1
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-
darwin
-mcpu=g5 | FileCheck %s
2
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-
darwin
-mcpu=g5 -regalloc=basic | FileCheck %s
varargs.ll
1
; RUN: llc < %s -mtriple=powerpc-apple-
darwin
| FileCheck -check-prefix=P32 %s
2
; RUN: llc < %s -mtriple=powerpc64-apple-
darwin
| FileCheck -check-prefix=P64 %s
/external/llvm/test/CodeGen/X86/
2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
1
; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-
darwin
| grep fstpt
2
; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-
darwin
| grep xmm
call-imm.ll
1
; RUN: llc < %s -mtriple=i386-apple-
darwin
-relocation-model=static | grep {call.*12345678}
2
; RUN: llc < %s -mtriple=i386-apple-
darwin
-relocation-model=pic | not grep {call.*12345678}
/external/llvm/test/MC/ARM/
hilo-16bit-relocations.s
1
@ RUN: llvm-mc %s -triple armv7-apple-
darwin
| FileCheck %s
2
@ RUN: llvm-mc %s -triple armv7-apple-
darwin
| FileCheck %s
/external/qemu/distrib/libpng-1.2.19/
sources.make
7
# Enable MMX code path for x86, except on
Darwin
where it fails
12
ifeq ($(HOST_OS),
darwin
)
/build/tools/acp/
Android.mk
14
ifeq ($(HOST_OS),
darwin
)
/external/clang/test/CodeGen/
2003-10-29-AsmRename.c
1
// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-apple-
darwin
-o /dev/null
2009-12-07-BitFieldAlignment.c
1
// RUN: %clang_cc1 -triple i686-apple-
darwin
%s -emit-llvm -o - | FileCheck %s
debug-info-line2.c
1
// RUN: %clang_cc1 -triple x86_64-
darwin
-apple -g -emit-llvm -o - %s | FileCheck %s
pr5406.c
1
// RUN: %clang_cc1 %s -emit-llvm -triple arm-apple-
darwin
-o - | FileCheck %s
struct-matching-constraint.c
1
// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-
darwin
%s -o /dev/null
utf16-cfstrings.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-emit-llvm %s -o - | FileCheck %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
/external/clang/test/Sema/
2010-05-31-palignr.c
1
// RUN: not %clang_cc1 -triple x86_64-apple-
darwin
-emit-llvm -o /dev/null %s
array-size.c
1
// RUN: %clang_cc1 -triple i686-apple-
darwin
-verify %s
/external/llvm/test/CodeGen/ARM/
arguments7.ll
2
; RUN: llc < %s -mtriple=arm-apple-
darwin
arguments8.ll
2
; RUN: llc < %s -mtriple=arm-apple-
darwin
bswap-inline-asm.ll
1
; RUN: llc < %s -mtriple=arm-apple-
darwin
-mattr=+v6 | FileCheck %s
hidden-vis-2.ll
1
; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=arm-apple-
darwin
| FileCheck %s
memfunc.ll
2
; RUN: llc < %s -mtriple=thumbv7m-
darwin
-eabi -o - | FileCheck %s --check-prefix=
DARWIN
22
;
DARWIN
: movs r1, #0
23
;
DARWIN
: memset
Completed in 318 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>