OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
76 - 100
of
1673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/PowerPC/
2009-08-23-linkerprivate.ll
1
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-
darwin
| FileCheck %s
fabs.ll
1
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-
darwin
| grep {fabs f1, f1}
/external/llvm/test/CodeGen/Thumb/
frame_thumb.ll
1
; RUN: llc < %s -mtriple=thumb-apple-
darwin
\
push.ll
1
; RUN: llc < %s -mtriple=thumb-apple-
darwin
-disable-fp-elim | FileCheck %s
/external/llvm/test/CodeGen/Thumb2/
2010-05-24-rsbs.ll
1
; RUN: llc < %s -mtriple=thumbv7-apple-
darwin
| FileCheck %s
frameless.ll
1
; RUN: llc < %s -mtriple=thumbv7-apple-
darwin
-disable-fp-elim | not grep mov
/external/llvm/test/CodeGen/X86/
2009-01-27-NullStrings.ll
1
; RUN: llc < %s -mtriple=i686-apple-
darwin
| FileCheck %s
2009-08-23-linkerprivate.ll
1
; RUN: llc < %s -march=x86 -mtriple=i686-apple-
darwin
| FileCheck %s
aligned-comm.ll
5
;
Darwin
9+ should get alignment on common symbols.
avx-bitcast.ll
1
; RUN: llc < %s -O0 -mtriple=x86_64-apple-
darwin
-mcpu=corei7-avx -mattr=+avx | FileCheck %s
extern_weak.ll
1
; RUN: llc < %s -mtriple=i686-apple-
darwin
| grep weak_reference | count 2
fold-call-2.ll
1
; RUN: llc < %s -mtriple=i386-apple-
darwin
| grep mov | count 1
x86_64-mul-by-const.ll
1
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
| FileCheck %s
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
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
/external/llvm/test/MC/ARM/
bracket-darwin.s
1
// RUN: not llvm-mc -triple arm-apple-
darwin
%s 2> %t
/external/llvm/test/MC/AsmParser/
directive_space.s
1
# RUN: llvm-mc -triple i386-apple-
darwin
%s | FileCheck %s
directive_tbss.s
1
# RUN: llvm-mc -triple x86_64-unknown-
darwin
%s | FileCheck %s
directive_tdata.s
1
# RUN: llvm-mc -triple x86_64-unknown-
darwin
%s | FileCheck %s
directive_tlv.s
1
# RUN: llvm-mc -triple x86_64-unknown-
darwin
%s | FileCheck %s
/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
/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
Completed in 1149 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>