OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i386
(Results
76 - 100
of
1865
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
stack-align2.ll
1
; RUN: llc < %s -mcpu=generic -mtriple=
i386
-linux | FileCheck %s -check-prefix=LINUX-
I386
2
; RUN: llc < %s -mcpu=generic -mtriple=
i386
-netbsd | FileCheck %s -check-prefix=NETBSD-
I386
3
; RUN: llc < %s -mcpu=generic -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-
I386
13
; LINUX-
I386
: subl $12, %esp
14
; DARWIN-
I386
: subl $12, %esp
15
; NETBSD-
I386
-NOT: subl {{.*}}, %esp
alldiv-divdi3.ll
4
; RUN: llc < %s -mtriple
i386
-pc-win32 | FileCheck %s
5
; RUN: llc < %s -mtriple
i386
-pc-cygwin | FileCheck %s -check-prefix USEDIVDI
6
; RUN: llc < %s -mtriple
i386
-pc-mingw32 | FileCheck %s -check-prefix USEDIVDI
allrem-moddi3.ll
4
; RUN: llc < %s -mtriple
i386
-pc-win32 | FileCheck %s
5
; RUN: llc < %s -mtriple
i386
-pc-cygwin | FileCheck %s -check-prefix USEMODDI
6
; RUN: llc < %s -mtriple
i386
-pc-mingw32 | FileCheck %s -check-prefix USEMODDI
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}
3
; RUN: llc < %s -mtriple=
i386
-pc-linux -relocation-model=dynamic-no-pic | grep {call.*12345678}
darwin-stub.ll
1
; RUN: llc < %s -mtriple=
i386
-apple-darwin | grep stub
2
; RUN: llc < %s -mtriple=
i386
-apple-darwin9 | not grep stub
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
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
/external/oprofile/libop/tests/
cpu_type_tests.c
22
{ "
i386
/ppro", CPU_PPRO },
23
{ "
i386
/pii", CPU_PII },
24
{ "
i386
/piii", CPU_PIII },
25
{ "
i386
/athlon", CPU_ATHLON },
28
{ "
i386
/p4", CPU_P4 },
33
{ "
i386
/p4-ht", CPU_P4_HT2 },
/external/compiler-rt/
Android.mk
73
lib/
i386
/ashldi3.S \
74
lib/
i386
/ashrdi3.S \
75
lib/
i386
/divdi3.S \
76
lib/
i386
/floatdidf.S \
77
lib/
i386
/floatdisf.S \
78
lib/
i386
/floatdixf.S \
79
lib/
i386
/floatundidf.S \
80
lib/
i386
/floatundisf.S \
81
lib/
i386
/floatundixf.S \
82
lib/
i386
/lshrdi3.S
[
all
...]
/frameworks/compile/libbcc/runtime/
Android.mk
72
lib/
i386
/ashldi3.S \
73
lib/
i386
/ashrdi3.S \
74
lib/
i386
/divdi3.S \
75
lib/
i386
/floatdidf.S \
76
lib/
i386
/floatdisf.S \
77
lib/
i386
/floatdixf.S \
78
lib/
i386
/floatundidf.S \
79
lib/
i386
/floatundisf.S \
80
lib/
i386
/floatundixf.S \
81
lib/
i386
/lshrdi3.S
[
all
...]
/external/clang/test/Driver/
gcc-toolchain.cpp
4
// RUN: -target
i386
-unknown-linux \
10
// CHECK: "[[TOOLCHAIN:[^"]+]]/usr/lib/
i386
-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5"
12
// CHECK: "[[TOOLCHAIN]]/usr/lib/
i386
-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu"
14
// CHECK: "[[TOOLCHAIN]]/usr/lib/
i386
-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward"
21
// CHECK: "{{[^"]*}}/usr/lib/
i386
-linux-gnu/gcc/i686-linux-gnu/4.5/crtbegin.o"
22
// CHECK: "-L[[TOOLCHAIN]]/usr/lib/
i386
-linux-gnu/gcc/i686-linux-gnu/4.5"
23
// CHECK: "-L[[TOOLCHAIN]]/usr/lib/
i386
-linux-gnu/gcc/i686-linux-gnu/4.5/../../../.."
sysroot.c
2
// RUN: %clang -target
i386
-unk-unk --sysroot=/FOO -### -E %s 2> %t1
8
// RUN: %clang -target
i386
-apple-darwin10 \
11
// CHECK-APPLE-ISYSROOT: "-arch" "
i386
"{{.*}} "-syslibroot" "{{[^"]*}}/FOO"
15
// RUN: %clang -target
i386
-apple-darwin10 \
18
// CHECK-APPLE-SYSROOT: "-arch" "
i386
"{{.*}} "-syslibroot" "{{[^"]*}}/BAR"
pic.c
26
// RUN: %clang -c %s -target
i386
-unknown-unknown -### 2>&1 \
28
// RUN: %clang -c %s -target
i386
-unknown-unknown -fpic -### 2>&1 \
30
// RUN: %clang -c %s -target
i386
-unknown-unknown -fPIC -### 2>&1 \
32
// RUN: %clang -c %s -target
i386
-unknown-unknown -fpie -### 2>&1 \
34
// RUN: %clang -c %s -target
i386
-unknown-unknown -fPIE -### 2>&1 \
36
// RUN: %clang -c %s -target
i386
-unknown-unknown -fpic -fno-pic -### 2>&1 \
38
// RUN: %clang -c %s -target
i386
-unknown-unknown -fPIC -fno-PIC -### 2>&1 \
40
// RUN: %clang -c %s -target
i386
-unknown-unknown -fpic -fno-PIC -### 2>&1 \
42
// RUN: %clang -c %s -target
i386
-unknown-unknown -fPIC -fno-pic -### 2>&1 \
44
// RUN: %clang -c %s -target
i386
-unknown-unknown -fpie -fno-pie -### 2>&1
[
all
...]
Xarch.c
1
// RUN: %clang -target
i386
-apple-darwin9 -m32 -Xarch_i386 -O2 %s -S -### 2> %t.log
3
// RUN: %clang -target
i386
-apple-darwin9 -m64 -Xarch_i386 -O2 %s -S -### 2> %t.log
6
// RUN: not %clang -target
i386
-apple-darwin9 -m32 -Xarch_i386 -o -Xarch_i386 -S %s -S -Xarch_i386 -o 2> %t.log
ccc-host-triple-no-integrated-as.c
1
// Check that -no-integrated-as works when -target
i386
-pc-win32-macho or
4
// RUN: %clang -### -c -target
i386
-pc-win32-macho -no-integrated-as %s 2> %t1
12
// X86: "
i386
"
flags.c
1
// RUN: %clang -target
i386
-apple-darwin9 -### -S -msoft-float %s 2> %t.log
4
// RUN: %clang -target
i386
-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log
7
// RUN: %clang -target
i386
-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
cfi.c
1
// RUN: %clang -target
i386
-apple-darwin10 \
5
// RUN: %clang -target
i386
-pc-linux-gnu -static -### %s 2>&1 | \
gnu-runtime.m
1
// RUN: %clang -target
i386
-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
2
// RUN: %clang -target
i386
-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
/external/clang/test/Coverage/
codegen.c
1
// RUN: %clang_cc1 -triple
i386
-unknown-unknown -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -triple
i386
-unknown-unknown -emit-llvm-bc -o %t %s
3
// RUN: %clang_cc1 -triple
i386
-unknown-unknown -g -emit-llvm-bc -o %t %s
/external/clang/test/Preprocessor/
mmx.c
1
// RUN: %clang -march=
i386
-m32 -E -dM %s -msse -o - 2>&1 \
3
// RUN: %clang -march=
i386
-m32 -E -dM %s -msse -mno-mmx -o - 2>&1 \
5
// RUN: %clang -march=
i386
-m32 -E -dM %s -mno-mmx -msse -o - 2>&1 \
/external/clang/test/CodeGenObjC/
bitfield-access.m
1
// RUN: %clang_cc1 -triple
i386
-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o %t1 %s
2
// RUN: FileCheck -check-prefix=CHECK-
I386
< %t1 %s
17
// CHECK-
I386
: define i32 @f0(
18
// CHECK-
I386
: [[t0_0:%.*]] = load i16* {{.*}}, align 1
19
// CHECK-
I386
: lshr i16 [[t0_0]], 7
20
// CHECK-
I386
: }
bitfield_encoding.m
1
// RUN: %clang_cc1 -triple
i386
-unknown-unknown -fobjc-fragile-abi -emit-llvm -o %t %s
3
// RUN: %clang_cc1 -triple
i386
-unknown-unknown -fobjc-fragile-abi -fgnu-runtime -emit-llvm -o %t %s
objc2-weak-compare.m
1
// RUN: %clang_cc1 -triple
i386
-apple-darwin9 -fobjc-fragile-abi -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple
i386
-apple-darwin9 -fobjc-fragile-abi -fobjc-gc -emit-llvm -o %t %s
/external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp
1
// RUN: %clang_cc1 -fms-extensions -triple
i386
-unknown-unknown -x c++-header -emit-pch -o %t %S/cxx-ms-function-specialization-class-scope.h
2
// RUN: %clang_cc1 -fms-extensions -triple
i386
-unknown-unknown -include-pch %t -fsyntax-only -verify %s
/external/clang/test/SemaObjC/
objc2-warn-weak-decl.m
1
// RUN: %clang_cc1 -triple
i386
-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
2
// RUN: %clang_cc1 -x objective-c++ -triple
i386
-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
Completed in 159 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>