HomeSort by relevance Sort by last modified time
    Searched refs:i386 (Results 1 - 25 of 553) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/events/i386/core_i7/
events 6 include:i386/nehalem
  /external/clang/test/Headers/
x86-intrinsics-headers.c 5 #if defined(i386) || defined(__x86_64__)
  /external/lldb/test/macosx/universal/
Makefile 3 testit: testit.i386 testit.x86_64
4 lipo -create -o testit testit.i386 testit.x86_64
6 testit.i386: testit.i386.o
7 $(CC) -arch i386 -o testit.i386 testit.i386.o
12 testit.i386.o: main.c
13 $(CC) -g -O0 -arch i386 -c -o testit.i386.o main.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /external/chromium_org/third_party/sqlite/src/
mkextw.sh 8 CC="i386-mingw32msvc-gcc -O2 $OPTS -Itsrc"
9 NM="i386-mingw32msvc-nm"
15 i386-mingw32msvc-dllwrap \
17 --driver-name i386-mingw32msvc-gcc \
18 --dlltool-name i386-mingw32msvc-dlltool \
19 --as i386-mingw32msvc-as \
20 --target i386-mingw32 \
mkdll.sh 18 CC="i386-mingw32msvc-gcc -Os $OPTS -Itsrc -I$TCLDIR"
19 NM="i386-mingw32msvc-nm"
33 i386-mingw32msvc-dllwrap \
35 --driver-name i386-mingw32msvc-gcc \
36 --dlltool-name i386-mingw32msvc-dlltool \
37 --as i386-mingw32msvc-as \
38 --target i386-mingw32 \
43 i386-mingw32msvc-dllwrap \
45 --driver-name i386-mingw32msvc-gcc \
46 --dlltool-name i386-mingw32msvc-dlltool
    [all...]
  /external/llvm/test/MC/AsmParser/
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
dollars-in-identifiers.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
extern.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
line_with_hash.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_lcomm.s 1 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s
3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
directive_subsections_via_symbols.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_incbin.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_darwin_section.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
  /external/chromium_org/build/mac/
verify_no_objc.sh 31 if xcrun otool -arch i386 -o "${executable}" | grep -q '^Contents.*section$'; \
  /external/llvm/test/MC/X86/
x86_directives.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
x86-target-directives.s 1 # RUN: not llvm-mc -triple i386 -filetype asm -o - %s 2>&1 | FileCheck %s
  /external/lldb/test/functionalities/fat_archives/
Makefile 2 $(CC) -arch i386 -g -c a.c
3 ar -q liba-i386.a a.o
6 lipo -create -output liba.a liba-i386.a liba-x86_64.a
11 rm -rf a.o a.out liba-i386.a liba-x86_64.a liba.a *un~ .*un~ main.o *.pyc
  /external/compiler-rt/make/platform/
clang_linux.mk 22 # Define configs only if arch in triple is i386 or x86_64
24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
38 ifeq ($(CompilerTargetArch),i386)
39 SupportedArches := i386
46 SupportedArches += i386
50 # Build runtime libraries for i386.
51 ifeq ($(call contains,$(SupportedArches),i386),true)
52 Configs += builtins-i386 profile-i386 san-i386 asan-i386 asan_cxx-i386
    [all...]
  /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
9 emu="qemu-i386 wine"

Completed in 264 milliseconds

1 2 3 4 5 6 7 8 91011>>