OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i686
(Results
201 - 225
of
969
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/webkit/glue/
user_agent.cc
59
cputype.assign("
i686
(x86_64)");
98
cputype.c_str(), // e.g.
i686
105
cputype.c_str() // e.g.
i686
/external/chromium_org/v8/
Makefile.nacl
55
NACL_CC = "$(NACL_TOOLCHAIN)/bin/
i686
-nacl-gcc"
56
NACL_CXX = "$(NACL_TOOLCHAIN)/bin/
i686
-nacl-g++"
57
NACL_LINK = "$(NACL_TOOLCHAIN)/bin/
i686
-nacl-g++"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
mkheaders
22
target=
i686
-pc-linux-gnu
23
target_noncanonical=
i686
-linux
56
prefix=/tmp/gcc32/1/
i686
-linux-glibc2.7-4.4.3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
mkheaders
22
target=
i686
-pc-linux-gnu
23
target_noncanonical=
i686
-linux
56
prefix=/tmp/ahsieh-gcc-32-x19222/2/
i686
-linux-glibc2.7-4.6
/prebuilts/sdk/tools/linux/
bcc_compat
/external/clang/test/CodeGen/
target-data.c
1
// RUN: %clang_cc1 -triple
i686
-unknown-unknown -emit-llvm -o %t %s
3
// RUN: %clang_cc1 -triple
i686
-apple-darwin9 -emit-llvm -o %t %s
palignr.c
2
// RUN: %clang_cc1 %s -triple=
i686
-apple-darwin -target-feature +ssse3 -O1 -S -o - | FileCheck %s
struct-x86-darwin.c
1
// RUN: %clang_cc1 < %s -emit-llvm > %t1 -triple=
i686
-apple-darwin9
thread-specifier.c
1
// RUN: %clang_cc1 -triple
i686
-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
/external/clang/test/CodeGenCXX/
init-invariant.cpp
1
// RUN: %clang_cc1 -triple
i686
-linux-gnu -emit-llvm %s -O0 -o - | FileCheck %s --check-prefix=CHECK-O0
2
// RUN: %clang_cc1 -triple
i686
-linux-gnu -emit-llvm %s -O1 -o - | FileCheck %s
atomicinit.cpp
1
// RUN: %clang_cc1 %s -emit-llvm -O1 -o - -triple=
i686
-apple-darwin9 | FileCheck %s
debug-info-class.cpp
34
// RUN: %clang -target
i686
-cygwin -emit-llvm -g -S %s -o - | FileCheck %s
explicit-instantiation.cpp
1
// RUN: %clang_cc1 -emit-llvm -triple
i686
-pc-linux-gnu -o - %s | FileCheck %s
/external/clang/test/Sema/
format-strings-gnu.c
4
// RUN: %clang_cc1 -fsyntax-only -verify -triple
i686
-pc-win32 %s
6
// RUN: %clang_cc1 -fsyntax-only -verify -triple
i686
-linux-gnu -DALLOWED %s
/external/clang/test/SemaCXX/
microsoft-dtor-lookup.cpp
1
// RUN: %clang_cc1 -triple
i686
-pc-win32 -cxx-abi itanium -fsyntax-only %s
2
// RUN: %clang_cc1 -triple
i686
-pc-win32 -cxx-abi microsoft -verify -DMSVC_ABI %s
/external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild
10
SLKCFLAGS="-O2 -march=i386 -mcpu=
i686
"
12
SLKCFLAGS="-O2 -march=i486 -mcpu=
i686
"
/external/llvm/test/CodeGen/X86/
fabs.ll
2
; RUN: llc < %s -mtriple=
i686
-apple-macosx -mattr=-sse2,-sse3,-sse | FileCheck %s
3
; RUN: llc < %s -mtriple=
i686
-apple-macosx -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math -enable-no-nans-fp-math | FileCheck %s --check-prefix=UNSAFE
nosse-error2.ll
1
; RUN: not llc < %s -march=x86 -mcpu=
i686
-mattr=-sse 2>&1 | FileCheck --check-prefix NOSSE %s
2
; RUN: llc < %s -march=x86 -mcpu=
i686
-mattr=+sse | FileCheck %s
pr2659.ll
1
; RUN: llc < %s -march=x86 -mtriple=
i686
-apple-darwin9.4.0 -disable-branch-fold | FileCheck %s
5
target triple = "
i686
-apple-darwin9.4.0"
segmented-stacks-dynamic.ll
1
; RUN: llc < %s -mcpu=generic -mtriple=
i686
-linux -segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X32
3
; RUN: llc < %s -mcpu=generic -mtriple=
i686
-linux -segmented-stacks -filetype=obj
store_op_load_fold2.ll
1
; RUN: llc < %s -mtriple=
i686
-linux -mcpu=corei7 -x86-asm-syntax=att | FileCheck %s -check-prefix=ATT
2
; RUN: llc < %s -mtriple=
i686
-linux -mcpu=corei7 -x86-asm-syntax=intel | FileCheck %s -check-prefix=INTEL
win_chkstk.ll
1
; RUN: llc < %s -mtriple=
i686
-pc-win32 | FileCheck %s -check-prefix=WIN_X32
3
; RUN: llc < %s -mtriple=
i686
-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X32
/build/core/combo/arch/x86/
x86.mk
35
TARGET_GLOBAL_CFLAGS += -march=
i686
/external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh
35
readonly NACL_CROSS_PREFIX_DASH=
i686
-nacl-
36
CONFIG_OPTS="--host=
i686
-pc-linux-gnu \
37
--build=
i686
-pc-linux-gnu \
38
--target=
i686
-pc-linux-gnu"
/external/clang/test/Analysis/
security-syntax-checks-no-emit.c
1
// RUN: %clang_cc1 -triple
i686
-pc-linux-gnu -analyze -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
Completed in 499 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>