HomeSort by relevance Sort by last modified time
    Searched refs:i386 (Results 1 - 25 of 459) 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__)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
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...]
  /bionic/tests/
stack_unwinding_test.cpp 23 #if defined(i386) // Only our x86 unwinding is good enough. Switch to libunwind?
  /external/chromium_org/build/mac/
verify_no_objc.sh 32 if "${otool}" -arch i386 -o "${executable}" | grep -q '^Contents.*section$'; \
  /external/llvm/test/MC/AsmParser/
directive_incbin.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
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_subsections_via_symbols.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
conditional_asm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
directive_darwin_section.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
  /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 += full-i386 profile-i386 san-i386 asan-i386 ubsan-i386 ubsan_cxx-i38
    [all...]
  /external/llvm/test/MC/X86/
x86_directives.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/elfutils/libcpu/
Makefile.am 54 i386_disasm.o: i386.mnemonics i386_dis.h
57 i386_dis.h: i386_gendis $(srcdir)/defs/i386
58 m4 -Di386 -DDISASSEMBLER $(srcdir)/defs/i386 | ./i386_gendis - > $@
59 x86_64_dis.h: i386_gendis $(srcdir)/defs/i386
60 m4 -Dx86_64 -DDISASSEMBLER $(srcdir)/defs/i386 | ./i386_gendis - > $@
62 i386.mnemonics x86_64.mnemonics: %.mnemonics: $(srcdir)/defs/i386
72 i386_parse.o: i386_parse.c i386.mnemonics
73 i386_parse_CFLAGS = -DNMNES=$$(wc -l < i386.mnemonics)
81 EXTRA_DIST = defs/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 400 milliseconds

1 2 3 4 5 6 7 8 91011>>