HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 376 - 400 of 2437) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
small-byval-memcpy.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=core2 | grep movsd | count 8
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 2
memset-sse-stack-realignment.ll 4 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium2 | FileCheck %s -check-prefix=NOSSE
5 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium3 | FileCheck %s -check-prefix=SSE1
6 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=yonah | FileCheck %s -check-prefix=SSE2
7 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=corei7-avx | FileCheck %s -check-prefix=AVX1
8 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=core-avx2 | FileCheck %s -check-prefix=AVX2
unaligned-load.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=I386 %s
24 ; I386: calll {{_?}}memcpy
  /external/llvm/test/Instrumentation/MemorySanitizer/X86/
vararg.ll 2 ; Test that code using va_start can be compiled on i386.
5 target triple = "i386-unknown-linux-gnu"
  /external/llvm/test/MC/MachO/
relax-jumps.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
7 // as -arch i386 -o $f.as.o $f.s &&
  /external/llvm/test/Object/Inputs/
shared.ll 6 ; llc -mtriple=i386-linux-gnu shared.ll -filetype=obj -o tmp32.o -relocation-model=pic
7 ; ld -melf_i386 -shared tmp32.o -o shared-object-test.elf-i386 $LDARGS
  /external/valgrind/main/coregrind/m_gdbserver/
i386-linux-valgrind.xml 8 <!-- I386 with SSE - Includes Linux-only special "register". -->
12 <architecture>i386</architecture>
  /external/chromium_org/tools/gyp/test/mac/
gyptest-archs.py 46 expected_type = '^Mach-O executable i386$'
63 '.*architecture i386.*architecture x86_64')
69 '.*architecture i386.*architecture x86_64')
75 '.*architecture i386.*architecture x86_64')
81 '.*architecture i386.*architecture x86_64')
  /external/clang/test/Driver/
frame-pointer.c 1 // RUN: %clang -target i386-pc-linux -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-32 %s
2 // RUN: %clang -target i386-pc-linux -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-32 %s
3 // RUN: %clang -target i386-pc-linux -### -S -O2 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK2-32 %s
4 // RUN: %clang -target i386-pc-linux -### -S -O3 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK3-32 %s
5 // RUN: %clang -target i386-pc-linux -### -S -Os %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECKs-32 %s
darwin-ld.c 3 // RUN: %clang -target i386-apple-darwin9 -arch i386 -arch x86_64 %s -### -o foo 2> %t.log
7 // RUN: %clang -target i386-apple-darwin9 -### -g %s -o BAR 2> %t.log
9 // RUN: %clang -target i386-apple-darwin9 -### -g -filelist FOO %s -o BAR 2> %t.log
14 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 %t.o 2> %t.log
15 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -dynamiclib %t.o 2>> %t.log
16 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -bundle %t.o 2>> %t.log
31 // RUN: %clang -target i386-apple-darwin9 -### -arch armv7 -miphoneos-version-min=3.1 %t.o 2> %t.log
32 // RUN: %clang -target i386-apple-darwin9 -### -arch armv7 -miphoneos-version-min=3.1 -dynamiclib %t.o 2>> %t.log
33 // RUN: %clang -target i386-apple-darwin9 -### -arch armv7 -miphoneos-version-min=3.1 -bundle %t.o 2>> %t.lo
    [all...]
  /external/llvm/test/tools/llvm-readobj/
sections.test 1 RUN: llvm-readobj -s %p/Inputs/trivial.obj.coff-i386 \
3 RUN: llvm-readobj -s %p/Inputs/trivial.obj.elf-i386 \
5 RUN: llvm-readobj -s %p/Inputs/trivial.obj.macho-i386 \
6 RUN: | FileCheck %s -check-prefix MACHO-I386
87 MACHO-I386: Sections [
88 MACHO-I386-NEXT: Section {
89 MACHO-I386-NEXT: Index: 0
90 MACHO-I386-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00)
91 MACHO-I386-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00)
92 MACHO-I386-NEXT: Address: 0x
    [all...]
file-headers.test 1 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-i386 \
5 RUN: llvm-readobj -h %p/Inputs/trivial.exe.coff-i386 \
7 RUN: llvm-readobj -h %p/Inputs/trivial.obj.elf-i386 \
12 COFF32: File: {{(.*[/\\])?}}trivial.obj.coff-i386
13 COFF32-NEXT: Format: COFF-i386
14 COFF32-NEXT: Arch: i386
42 ELF32: File: {{(.*[/\\])?}}trivial.obj.elf-i386
43 ELF32-NEXT: Format: ELF32-i386
44 ELF32-NEXT: Arch: i386
104 PE32: File: {{(.*[/\\])?}}trivial.exe.coff-i386
    [all...]
relocations.test 1 RUN: llvm-readobj -r %p/Inputs/trivial.obj.coff-i386 \
3 RUN: llvm-readobj -r %p/Inputs/trivial.obj.elf-i386 \
5 RUN: llvm-readobj -r %p/Inputs/trivial.obj.macho-i386 \
6 RUN: | FileCheck %s -check-prefix MACHO-I386
33 MACHO-I386: Relocations [
34 MACHO-I386-NEXT: Section __text {
35 MACHO-I386-NEXT: 0x18 1 2 1 GENERIC_RELOC_VANILLA 0 _SomeOtherFunction
36 MACHO-I386-NEXT: 0x13 1 2 1 GENERIC_RELOC_VANILLA 0 _puts
37 MACHO-I386-NEXT: 0xB 0 2 n/a GENERIC_RELOC_LOCAL_SECTDIFF 1 -
38 MACHO-I386-NEXT: 0x0 0 2 n/a GENERIC_RELOC_PAIR 1
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 37 # needed on i386.
39 UniversalArchs.eprintf := $(call CheckArches,i386,eprintf)
45 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
50 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv7,ios)
55 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx)
59 UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64,cc_kext)
68 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
70 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
74 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
77 UniversalArchs.ubsan_osx := $(call CheckArches,i386 x86_64,ubsan_osx
    [all...]
darwin_fat.mk 27 UniversalArchs := i386 x86_64
47 FUNCTIONS.i386 := $(CommonFunctions) $(ArchFunctions.i386)
  /external/llvm/unittests/ADT/
TripleTest.cpp 78 T = Triple("i386-apple-darwin");
159 EXPECT_EQ("i386-b-c", Triple::normalize("i386-b-c"));
160 EXPECT_EQ("i386-a-c", Triple::normalize("a-i386-c"));
161 EXPECT_EQ("i386-a-b", Triple::normalize("a-b-i386"));
162 EXPECT_EQ("i386-a-b-c", Triple::normalize("a-b-c-i386"));
173 EXPECT_EQ("i386-pc-a", Triple::normalize("a-pc-i386"))
    [all...]
  /development/host/windows/usb/
readme.txt 10 * Subfolder i386 containing files for 32-bit installation:
19 File contained in i386 and amd64 subfolders are Microsoft distributives needed
21 folder, respectively to the OS: copy x86 files to i386 subfolder, and amd64
  /external/chromium_org/tools/emacs/
trybot-mac.txt 160 Distributed-CompileC ../xcodebuild/net.build/Debug/net.build/Objects-normal/i386/spdy_session.o spdy/spdy_session.cc normal i386 c++ com.apple.compilers.gcc.4_2
164 setenv DISTCC_SYSTEM "10.6.4 (10F2025, i386)"
170 /Developer/usr/bin/distcc /Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -O0 -Werror -Wnewline-eof -DCHROMIUM_BUILD -DENABLE_REMOTING=1 -DENABLE_GPU=1 -DNO_NSPR_10_SUPPORT -DNSS_USE_STATIC_LIBS -DUSE_UTIL_DIRECTLY -DNSS_PLATFORM_CLIENT_AUTH -D__STDC_FORMAT_MACROS -DDYNAMIC_ANNOTATIONS_ENABLED=1 -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -fno-threadsafe-statics -mmacosx-version-min=10.5 -gdwarf-2 -Wall -Wendif-labels -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fpch-preprocess -F/b/build/slave/mac/build/src/net/../xcodebuild/Debug -I/b/build/slave/mac/build/src/net/../xcodebuild/Debug/include -I../third_party/icu/public/common -I../third_party/icu/public/i18n -I.. -I../sdch/open-vcdiff/src -I../third_party/zlib -I/b/build/slave/mac/build/src/net/../xcodebuild/DerivedSources/Debug/net -I../v8/include -I../third_party/nss/mozilla/nsprpub/pr/include -I../third_party/nss/mozilla/nsprpub/lib/ds -I../third_party/nss/mozilla/nsprpub/lib/libc/include -I../third_party/nss/mozilla/security/nss/lib/base -I../third_party/nss/mozilla/security/nss/lib/certdb -I../third_party/nss/mozilla/security/nss/lib/certhigh -I../third_party/nss/mozilla/security/nss/lib/cryptohi -I../third_party/nss/mozilla/security/nss/lib/dev -I../third_party/nss/mozilla/security/nss/lib/freebl -I../third_party/nss/mozilla/security/nss/lib/freebl/ecl -I../third_party/nss/mozilla/security/nss/lib/nss -I../third_party/nss/mozilla/security/nss/lib/pk11wrap -I../third_party/nss/mozilla/security/nss/lib/pkcs7 -I../third_party/nss/mozilla/security/nss/lib/pki -I../third_party/nss/mozilla/security/nss/lib/smime -I../third_party/nss/mozilla/security/nss/lib/softoken -I../third_party/nss/mozilla/security/nss/lib/util -Ithird_party/nss/ssl -I/b/build/slave/mac/build/src/net/../xcodebuild/net.build/Debug/net.build/DerivedSources/i386 -I/b/build/slave/mac/build/src/net/../xcodebuild/net.build/Debug/net.build/DerivedSources -g1 -c /b/build/slave/mac/build/src/net/spdy/spdy_session.cc -o /b/build/slave/mac/build/src/net/../xcodebuild/net.build/Debug/net.build/Objects-normal/i386/spdy_session.o
172 Libtool ../xcodebuild/Debug/libnet.a normal i386
180 /Developer/usr/bin/libtool -static -arch_only i386 -syslibroot /Developer/SDKs/MacOSX10.5.sdk -L/b/build/slave/mac/build/src/net/../xcodebuild/Debug -filelist /b/build/slave/mac/build/src/net/../xcodebuild/net.build/Debug/net.build/Objects-normal/i386/net.LinkFileList -o /b/build/slave/mac/build/src/net/../xcodebuild/Debug/libnet.a
218 Ld ../xcodebuild/Debug/app_unittests normal i386
    [all...]
  /external/bzip2/
dlltest.dsp 51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
52 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"minibz2.exe"
75 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
76 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"minibz2.exe" /pdbtype:sept
  /external/clang/test/Analysis/
nil-receiver-undefined-larger-than-voidptr-ret-region.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
  /external/clang/test/CodeGen/
2008-07-31-promotion-of-compound-pointer-arithmetic.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O1 -emit-llvm -o - %s | FileCheck %s
2010-07-14-ref-off-end.c 1 // RUN: %clang_cc1 %s -emit-llvm -triple i386-apple-darwin -o - | FileCheck %s
global-decls.c 1 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o %t %s
indirect-goto.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o - %s | grep "ret i32 2520"
mmx-inline-asm.c 1 // RUN: %clang -mmmx -target i386-unknown-unknown -emit-llvm -S %s -o - | FileCheck %s

Completed in 739 milliseconds

<<11121314151617181920>>