OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i386
(Results
501 - 525
of
2437
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/test/CodeGen/X86/
fast-isel-mem.ll
1
; RUN: llc < %s -fast-isel -mtriple=
i386
-apple-darwin -mcpu=generic | FileCheck %s
2
; RUN: llc < %s -fast-isel -mtriple=
i386
-apple-darwin -mcpu=atom | FileCheck -check-prefix=ATOM %s
inline-asm-tied.ll
1
; RUN: llc < %s -mtriple=
i386
-apple-darwin9 -O0 -optimize-regalloc -regalloc=basic | FileCheck %s
6
target triple = "
i386
-apple-darwin9.0"
2010-09-30-CMOV-JumpTable-PHI.ll
1
; RUN: llc -verify-machineinstrs -mcpu=
i386
< %s
3
target triple = "
i386
-pc-linux-gnu"
6
; -mcpu=
i386
doesn't have CMOV.'
atomic-minmax-i6432.ll
1
; RUN: llc -march=x86 -mattr=+cmov -mtriple=
i386
-pc-linux -verify-machineinstrs < %s | FileCheck %s -check-prefix=LINUX
2
; RUN: llc -march=x86 -mattr=-cmov -mtriple=
i386
-pc-linux -verify-machineinstrs < %s | FileCheck %s -check-prefix=NOCMOV
3
; RUN: llc -march=x86 -mtriple=
i386
-macosx -relocation-model=pic -verify-machineinstrs < %s | FileCheck %s -check-prefix=PIC
/external/llvm/test/Object/
nm-archive.test
1
RUN: llvm-nm %p/Inputs/archive-test.a-coff-
i386
\
4
COFF: trivial-object-test.coff-
i386
:
readobj-elf-versioning.test
1
RUN: llvm-readobj -dt %p/Inputs/elf-versioning-test.
i386
\
3
RUN: llvm-readobj -dt %p/Inputs/elf-versioning-test.
i386
\
/external/chromium_org/third_party/tcmalloc/vendor/m4/
pc_from_ucontext.m4
25
pc_fields="$pc_fields uc_mcontext.gregs[[REG_EIP]]" # Linux (
i386
)
32
pc_fields="$pc_fields uc_mcontext.mc_eip" # FreeBSD (
i386
)
34
pc_fields="$pc_fields uc_mcontext.__gregs[[_REG_EIP]]" # NetBSD (
i386
)
36
pc_fields="$pc_fields uc_mcontext->ss.eip" # OS X (
i386
, <=10.4)
37
pc_fields="$pc_fields uc_mcontext->__ss.__eip" # OS X (
i386
, >=10.5)
81
pc_fields=" sc_eip" # OpenBSD (
i386
)
/external/compiler-rt/
Android.mk
179
lib/
i386
/ashldi3.S \
180
lib/
i386
/ashrdi3.S \
181
lib/
i386
/divdi3.S \
182
lib/
i386
/floatdidf.S \
183
lib/
i386
/floatdisf.S \
184
lib/
i386
/floatdixf.S \
185
lib/
i386
/floatundidf.S \
186
lib/
i386
/floatundisf.S \
187
lib/
i386
/floatundixf.S \
188
lib/
i386
/lshrdi3.S
[
all
...]
/external/qemu/
Makefile.target
12
EMULATOR_TARGET_CPU :=
i386
33
TCG_TARGET :=
i386
36
TCG_TARGET :=
i386
201
target-
i386
/op_helper.c \
202
target-
i386
/helper.c \
203
target-
i386
/translate.c \
204
target-
i386
/machine.c \
208
target-
i386
/hax-all.c \
209
target-
i386
/hax-darwin.c
214
target-
i386
/hax-all.c
[
all
...]
i386-vl.ld
1
/* ld script to make
i386
Linux kernel
4
OUTPUT_FORMAT("elf32-
i386
", "elf32-
i386
", "elf32-
i386
")
5
OUTPUT_ARCH(
i386
)
i386.ld
1
/* ld script to make
i386
Linux kernel
4
OUTPUT_FORMAT("elf32-
i386
", "elf32-
i386
", "elf32-
i386
")
5
OUTPUT_ARCH(
i386
)
/external/oprofile/
ChangeLog-2006
147
* events/
i386
/core_2/events: rename some events
148
* events/
i386
/core_2/unit_masks: various fixes for
175
* events/
i386
/core_2/unit_masks:
176
* events/
i386
/core_2/events: Correct names and masks.
180
* events/
i386
/core_2/events: Correct some event names.
199
* events/
i386
/core_2/events:
200
* events/
i386
/core_2/unit_masks:
231
* events/
i386
/core/events:
232
* events/
i386
/core/unit_masks:
/external/bison/lib/
fpucw.h
21
/* The
i386
floating point hardware (the 387 compatible FPU, not the modern
24
the GNU libc
i386
<fpu_control.h> header for details.)
37
not required to be set either way by the ABI. (In fact, the
i386
ABI
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator-debian.wheezy.sh
43
readonly PACKAGE_FILE_I386="main/binary-
i386
/Packages.bz2"
202
readonly DEBIAN_DEP_LIST_I386="${SCRIPT_DIR}/packagelist.debian.wheezy.
i386
"
251
echo $1 | grep -qs
I386
$ && ARCH=
I386
257
I386
)
354
lscripts="${INSTALL_ROOT}/usr/lib/
i386
-linux-gnu/libpthread.so \
355
${INSTALL_ROOT}/usr/lib/
i386
-linux-gnu/libc.so"
358
sed -i -e 's|/usr/lib/
i386
-linux-gnu/||g' ${lscripts}
359
sed -i -e 's|/lib/
i386
-linux-gnu/||g' ${lscripts}
365
ln -s ../lib/
i386
-linux-gnu/pkgconfig ${INSTALL_ROOT}/usr/share/pkgconfi
[
all
...]
/external/clang/test/CodeGen/
char-literal.c
1
// RUN: %clang_cc1 -triple
i386
-unknown-unknown -emit-llvm %s -o - | FileCheck -check-prefix=C %s
2
// RUN: %clang_cc1 -x c++ -triple
i386
-unknown-unknown -emit-llvm %s -o - | FileCheck -check-prefix=C %s
3
// RUN: %clang_cc1 -x c++ -std=c++11 -triple
i386
-unknown-unknown -emit-llvm %s -o - | FileCheck -check-prefix=CPP0X %s
visibility.c
1
// RUN: %clang_cc1 %s -triple
i386
-unknown-unknown -fvisibility default -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-DEFAULT
2
// RUN: %clang_cc1 %s -triple
i386
-unknown-unknown -fvisibility protected -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-PROTECTED
3
// RUN: %clang_cc1 %s -triple
i386
-unknown-unknown -fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
inline2.c
1
// RUN: %clang_cc1 -O1 -std=gnu89 -triple
i386
-apple-darwin9 -emit-llvm %s -o - | FileCheck -check-prefix GNU89 %s
2
// RUN: %clang_cc1 -O1 -std=c99 -triple
i386
-apple-darwin9 -emit-llvm %s -o - | FileCheck -check-prefix C99 %s
may-alias.c
1
// RUN: %clang_cc1 -Werror -triple
i386
-unknown-unknown -emit-llvm -O1 -disable-llvm-optzns -o - %s | FileCheck %s
2
// RUN: %clang_cc1 -Werror -triple
i386
-unknown-unknown -emit-llvm -O1 -struct-path-tbaa -disable-llvm-optzns -o - %s | FileCheck %s -check-prefix=PATH
/external/clang/test/Driver/
darwin-dsymutil.c
4
// RUN: -arch
i386
-arch x86_64 %s -g 2> %t
12
// CHECK-MULTIARCH-ACTIONS: 5: bind-arch, "
i386
", {4}, image
18
// RUN: -arch
i386
-arch x86_64 %s -g 2> %t
/external/clang/test/Sema/
format-strings-enum-fixed-type.cpp
1
// RUN: %clang_cc1 -triple
i386
-apple-darwin9 -x c++ -std=c++11 -verify %s
2
// RUN: %clang_cc1 -triple
i386
-apple-darwin9 -x objective-c -verify %s
3
// RUN: %clang_cc1 -triple
i386
-apple-darwin9 -x objective-c++ -verify %s
/external/llvm/test/Transforms/InstCombine/
double-float-shrink-2.ll
1
; RUN: opt < %s -instcombine -S -mtriple "
i386
-pc-linux" | FileCheck -check-prefix=DO-SIMPLIFY %s
2
; RUN: opt < %s -instcombine -S -mtriple "
i386
-pc-win32" | FileCheck -check-prefix=DONT-SIMPLIFY %s
4
; RUN: opt < %s -instcombine -S -mtriple "
i386
-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s
/bionic/libc/arch-x86/bionic/
__stack_chk_fail_local.h
40
purpose (see gcc/config/
i386
/
i386
.c). Wrapper body is always included into
/development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.h
40
purpose (see gcc/config/
i386
/
i386
.c). Wrapper body is always included into
/external/chromium_org/tools/gyp/test/ios/app-bundle/
test-archs.gyp
42
'product_name': 'Test Archs
i386
',
69
'ARCHS': ['
i386
'],
/external/chromium_org/tools/valgrind/
locate_valgrind.sh
25
*Darwin*9.[678].[01]*
i386
*)
29
*Darwin*10.[0-9].[0-9]*
i386
*)
Completed in 716 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>