OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i686
(Results
26 - 50
of
969
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
pragma-ms_struct.cpp
1
// RUN: %clang_cc1 -fsyntax-only -verify -triple
i686
-apple-osx10.7.0 %s
/external/llvm/test/CodeGen/X86/
2008-01-09-LongDoubleSin.ll
5
target triple = "
i686
-pc-linux-gnu"
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
darwin-no-dead-strip.ll
4
target triple = "
i686
-apple-darwin8.7.2"
extern_weak.ll
1
; RUN: llc < %s -mtriple=
i686
-apple-darwin | grep weak_reference | count 2
fastcc-2.ll
1
; RUN: llc < %s -mtriple=
i686
-apple-darwin -mattr=+sse2 | FileCheck %s
i128-and-beyond.ll
1
; RUN: llc < %s -march=x86 -mtriple=
i686
-pc-linux-gnu | grep -- -1 | count 14
tailcall-structret.ll
1
; RUN: llc < %s -mtriple=
i686
-unknown-linux -tailcallopt | FileCheck %s
sse-align-11.ll
1
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=
i686
-apple-darwin8 | grep movaps
2
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=
i686
-linux-gnu | grep movaps
/external/llvm/test/MC/COFF/
secrel32.s
1
// RUN: llvm-mc -filetype=obj -triple
i686
-pc-win32 %s | llvm-readobj -s -sr | FileCheck %s
/external/clang/test/Driver/
gcc-toolchain.cpp
16
// CHECK: "[[TOOLCHAIN:[^"]+]]/usr/lib/i386-linux-gnu/gcc/
i686
-linux-gnu/4.5/../../../../../include/c++/4.5"
18
// CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/
i686
-linux-gnu/4.5/../../../../../include/c++/4.5/
i686
-linux-gnu"
20
// CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/
i686
-linux-gnu/4.5/../../../../../include/c++/4.5/backward"
27
// CHECK: "{{[^"]*}}/usr/lib/i386-linux-gnu/gcc/
i686
-linux-gnu/4.5{{/|\\\\}}crtbegin.o"
28
// CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/
i686
-linux-gnu/4.5"
29
// CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/
i686
-linux-gnu/4.5/../../../.."
/external/clang/test/Frontend/
darwin-version.c
12
// RUN: %clang -target
i686
-apple-darwin8 -dM -E -o %t %s
15
// RUN: %clang -target
i686
-apple-darwin9 -dM -E -o %t %s
17
// RUN: %clang -target
i686
-apple-darwin10 -dM -E -o %t %s
19
// RUN: %clang -target
i686
-apple-darwin9 -mmacosx-version-min=10.4 -dM -E -o %t %s
22
// RUN: %clang -target
i686
-apple-darwin9 -mmacosx-version-min=10.5 -dM -E -o %t %s
24
// RUN: %clang -target
i686
-apple-darwin9 -mmacosx-version-min=10.6 -dM -E -o %t %s
/external/llvm/cmake/modules/
GetHostTriple.cmake
9
set( value "
i686
-pc-win32" )
15
set( value "
i686
-pc-mingw32" )
/external/clang/test/CodeGen/
2009-12-07-BitFieldAlignment.c
1
// RUN: %clang_cc1 -triple
i686
-apple-darwin %s -emit-llvm -o - | FileCheck %s
/external/clang/test/CodeGenCXX/
atomic.cpp
1
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=
i686
-apple-darwin9 | FileCheck %s
ms_wide_predefined_expr.cpp
1
// RUN: %clang_cc1 %s -fms-extensions -triple
i686
-pc-win32 -emit-llvm -o - | FileCheck %s
pragma-pack.cpp
1
// RUN: %clang_cc1 %s -triple=
i686
-apple-darwin10 -emit-llvm -o - | FileCheck %s
static-mutable.cpp
1
// RUN: %clang_cc1 %s -triple=
i686
-linux-gnu -emit-llvm -o - | FileCheck %s
/external/clang/test/CodeGenObjC/
implicit-property.m
1
// RUN: %clang_cc1 -emit-llvm -triple=
i686
-apple-darwin8 -o %t %s
/external/clang/test/Rewriter/
rewrite-weak-attr.m
1
// RUN: %clang_cc1 -triple
i686
-pc-win32 -fms-extensions -fblocks -Dnil=0 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
/external/clang/test/Sema/
array-size.c
1
// RUN: %clang_cc1 -triple
i686
-apple-darwin -verify %s
int-arith-convert.c
1
// RUN: %clang_cc1 -triple=
i686
-linux-gnu -fsyntax-only -verify %s
pragma-pack-6.c
1
// RUN: %clang_cc1 -triple
i686
-apple-darwin9 %s -fsyntax-only -verify
/external/clang/test/SemaCXX/
MicrosoftCompatibility-cxx98.cpp
1
// RUN: %clang_cc1 %s -triple
i686
-pc-win32 -fsyntax-only -std=c++98 -Wmicrosoft -verify -fms-compatibility -fexceptions -fcxx-exceptions
Completed in 106 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>