OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i686
(Results
76 - 100
of
969
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/gcc-sdk/
objcopy
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
objdump
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
ranlib
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
readelf
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
size
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
strings
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
strip
11
#PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.4.3/bin/
i686
-linux # previous version
12
PREFIX32=../../gcc/linux-x86/host/
i686
-linux-glibc2.7-4.6/bin/
i686
-linux
/external/clang/test/Driver/
openbsd.c
1
// RUN: %clang -no-canonical-prefixes -target
i686
-pc-openbsd %s -### 2>&1 \
3
// CHECK-LD: clang{{.*}}" "-cc1" "-triple" "
i686
-pc-openbsd"
6
// RUN: %clang -no-canonical-prefixes -target
i686
-pc-openbsd -pg -pthread %s -### 2>&1 \
8
// CHECK-PG: clang{{.*}}" "-cc1" "-triple" "
i686
-pc-openbsd"
12
// RUN: %clang -no-canonical-prefixes -target
i686
-pc-openbsd -r %s -### 2>&1 \
14
// RUN: %clang -no-canonical-prefixes -target
i686
-pc-openbsd -s %s -### 2>&1 \
16
// RUN: %clang -no-canonical-prefixes -target
i686
-pc-openbsd -t %s -### 2>&1 \
18
// RUN: %clang -no-canonical-prefixes -target
i686
-pc-openbsd -Z %s -### 2>&1 \
20
// CHECK-LD-R: clang{{.*}}" "-cc1" "-triple" "
i686
-pc-openbsd"
22
// CHECK-LD-S: clang{{.*}}" "-cc1" "-triple" "
i686
-pc-openbsd
[
all
...]
objc_default_synth.m
4
// RUN: %clang -### -target
i686
-apple-macosx %s 2>&1 | FileCheck %s
/external/llvm/bindings/python/llvm/tests/
test_disassembler.py
7
Disassembler('
i686
-apple-darwin9')
11
triple = '
i686
-apple-darwin9'
22
disassembler = Disassembler('
i686
-apple-darwin9')
/external/llvm/test/CodeGen/X86/
vec_set-F.ll
1
; RUN: llc < %s -mtriple=
i686
-linux -mattr=+sse2 | grep movq
2
; RUN: llc < %s -mtriple=
i686
-linux -mattr=+sse2 | grep movsd
3
; RUN: llc < %s -mtriple=
i686
-linux -mattr=+sse2 | grep mov | count 3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libmpfr.la
20
dependency_libs=' -L/tmp/gcc32/1/
i686
-linux-glibc2.7-4.4.3/lib /tmp/gcc32/1/
i686
-linux-glibc2.7-4.4.3/lib/libgmp.la'
41
libdir='/tmp/gcc32/1/
i686
-linux-glibc2.7-4.4.3/lib'
/external/clang/test/Coverage/
targets.c
3
// RUN: %clang_cc1 -g -triple
i686
-apple-darwin9 -emit-llvm -o %t %s
4
// RUN: %clang_cc1 -g -triple
i686
-pc-linux-gnu -emit-llvm -o %t %s
5
// RUN: %clang_cc1 -g -triple
i686
-unknown-dragonfly -emit-llvm -o %t %s
6
// RUN: %clang_cc1 -g -triple
i686
-unknown-unknown -emit-llvm -o %t %s
7
// RUN: %clang_cc1 -g -triple
i686
-unknown-win32 -emit-llvm -o %t %s
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/tools/
fxc
6
if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" ==
i686
|| test "$arch" == x86_64; then
/external/clang/test/CodeGen/
pragma-detect_mismatch.c
1
// RUN: %clang_cc1 %s -triple
i686
-pc-win32 -fms-extensions -emit-llvm -o - | FileCheck %s
union-init2.c
1
// RUN: %clang_cc1 -emit-llvm %s -o - -triple
i686
-pc-linux-gnu | FileCheck %s
x86.c
1
// RUN: %clang_cc1 %s -triple=
i686
-pc-linux-gnu -emit-llvm -o - > %t1
x86_32-arguments-nommx.c
1
// RUN: %clang_cc1 -target-feature -mmx -target-feature +sse2 -triple
i686
-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
/external/clang/test/CodeGenCXX/
exception-spec-decay.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions %s -triple=
i686
-unknown-linux -emit-llvm -o - | FileCheck %s
/external/clang/test/CodeGenObjC/
try.m
2
// RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=
i686
-apple-darwin9
/external/clang/test/Headers/
ms-null-ms-header-vs-stddef.cpp
1
// RUN: %clang -fsyntax-only -target
i686
-pc-win32 %s
/external/clang/test/Preprocessor/
overflow.c
1
// RUN: %clang_cc1 -Eonly %s -verify -triple
i686
-pc-linux-gnu
/external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c
1
// RUN: %clang_cc1 %s -triple
i686
-apple-darwin
builtins-decl.c
1
// RUN: %clang_cc1 %s -fsyntax-only -verify -triple=
i686
-mingw32
pragma-pack-4.c
1
// RUN: %clang_cc1 -triple
i686
-apple-darwin9 %s -fsyntax-only -verify
Completed in 764 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>