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
1949
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/MachO/ARM/
empty-function-nop.ll
1
; RUN: llc < %s -filetype=obj -mtriple=thumbv6-apple-
darwin
-o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-T1 %s
2
; RUN: llc < %s -filetype=obj -mtriple=thumbv7-apple-
darwin
-o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-T2 %s
3
; RUN: llc < %s -filetype=obj -mtriple=armv6-apple-
darwin
-o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-ARM %s
4
; RUN: llc < %s -filetype=obj -mtriple=armv7-apple-
darwin
-o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-ARMV7 %s
/external/qemu/android/config/target-x86/
config.h
10
* HAX is supported in
darwin
and windows host
/prebuilts/tools/darwin-x86/sdl/
PREBUILT
5
$ ./android-configure.sh --prefix $ANDROID/prebuilts/tools/
darwin
-x86/sdl --no-tiger
/external/llvm/test/CodeGen/X86/
commute-two-addr.ll
6
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
| FileCheck %s -check-prefix=
DARWIN
40
;
DARWIN
: t3:
41
;
DARWIN
: shll $16
42
;
DARWIN
: shlq $32, %rcx
43
;
DARWIN
-NOT: leaq
44
;
DARWIN
: orq %rcx, %rax
memcpy-2.ll
1
; RUN: llc < %s -mattr=+sse2 -mtriple=i686-apple-
darwin
-mcpu=core2 | FileCheck %s -check-prefix=SSE2-
Darwin
3
; RUN: llc < %s -mattr=+sse,-sse2 -mtriple=i686-apple-
darwin
-mcpu=core2 | FileCheck %s -check-prefix=SSE1
4
; RUN: llc < %s -mattr=-sse -mtriple=i686-apple-
darwin
-mcpu=core2 | FileCheck %s -check-prefix=NOSSE
5
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
-mcpu=core2 | FileCheck %s -check-prefix=X86-64
12
; SSE2-
Darwin
: t1:
13
; SSE2-
Darwin
: movsd _.str+16, %xmm0
14
; SSE2-
Darwin
: movsd %xmm0, 16(%esp)
15
; SSE2-
Darwin
: movaps _.str, %xmm0
16
; SSE2-
Darwin
: movaps %xmm
[
all
...]
stack-align2.ll
3
; RUN: llc < %s -mcpu=generic -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=
DARWIN
-I386
6
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin8 | FileCheck %s -check-prefix=
DARWIN
-X86_64
14
;
DARWIN
-I386: subl $12, %esp
19
;
DARWIN
-X86_64: pushq %{{.*}}
20
;
DARWIN
-X86_64-NOT: subq {{.*}}, %rsp
stack-protector.ll
4
; RUN: llc -mtriple=x86_64-apple-
darwin
< %s -o - | FileCheck --check-prefix=
DARWIN
-X64 %s
38
;
DARWIN
-X64: test1a:
39
;
DARWIN
-X64-NOT: callq ___stack_chk_fail
40
;
DARWIN
-X64: .cfi_endproc
69
;
DARWIN
-X64: test1b:
70
;
DARWIN
-X64: mov{{l|q}} ___stack_chk_guard
71
;
DARWIN
-X64: callq ___stack_chk_fail
100
;
DARWIN
-X64: test1c:
101
;
DARWIN
-X64: mov{{l|q}} ___stack_chk_guar
[
all
...]
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/clang/test/Driver/
darwin-verify-debug.c
8
// CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}
darwin
-verify-debug.c", c
16
// CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "
darwin
::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
17
// CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "
darwin
::VerifyDebug", inputs: ["a.out.dSYM"], output: (nothing)
25
// CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "
darwin
::Link", inputs: [{{.*}}], output: "foo"
26
// CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "
darwin
::Dsymutil", inputs: ["foo"], output: "foo.dSYM"
27
// CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "
darwin
::VerifyDebug", inputs: ["foo.dSYM"], output: (nothing)
/external/clang/test/CodeGenCXX/
PR5050-constructor-conversion.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
array-value-initialize.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-emit-llvm -o - %s
2
// RUN: %clang_cc1 -triple i386-apple-
darwin
-emit-llvm -o - %s
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/
extended-block-signature-encode.m
1
// RUN: %clang_cc1 -fblocks -triple x86_64-apple-
darwin
-fencode-extended-block-signature -emit-llvm %s -o - | FileCheck %s
2
// RUN: %clang_cc1 -fblocks -triple x86_64-apple-
darwin
-emit-llvm %s -o - | FileCheck %s -check-prefix=BRIEF
objc2-weak-block-call.m
1
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-
darwin
-fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
2
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-
darwin
-fobjc-runtime=macosx-fragile-10.5 -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/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
14
ifeq ($(HOST_OS),
darwin
)
/build/tools/acp/
Android.mk
14
ifeq ($(HOST_OS),
darwin
)
/external/clang/test/Analysis/
CFContainers-invalid.c
1
// RUN: %clang_cc1 -analyze -analyzer-checker=osx.coreFoundation.containers.PointerSizedValues -triple x86_64-apple-
darwin
-verify %s
/external/clang/test/CodeGen/
2003-10-29-AsmRename.c
1
// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-apple-
darwin
-o /dev/null
2005-07-20-SqrtNoErrno.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
%s -emit-llvm -o - | FileCheck %s
Completed in 1298 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>