HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 226 - 250 of 1924) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
apple-kext-i386.cpp 1 // Check that we transparently fallback to llvm-gcc for i386 kexts, we don't
4 // RUN: %clang -target i386-apple-darwin10 \
11 // RUN: %clang -target i386-apple-darwin10 \
18 // RUN: %clang -target i386-apple-darwin10 \
36 // RUN: %clang -target i386-apple-darwin10 \
45 // RUN: %clang -target i386-apple-darwin10 \
50 // RUN: %clang -target i386-apple-darwin10 \
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/elfutils/libcpu/
ChangeLog 27 * defs/i386: Add blendvpd and blendvps opcodes.
31 * defs/i386: Add blendpd and blendps opcodes.
35 * defs/i386: Add entry for AMD 3DNOW.
45 * defs/i386: Fix typo in comment.
59 * defs/i386: Add fixes for opcodes with register number in opcode,
95 * defs/i386: Fix a few instructions with immediate arguments.
104 * defs/i386: Lots of changes for x86-64.
112 * defs/i386: Cleanups, remove masks which are not needed.
120 * defs/i386: Add yet more SSE instructions.
126 * defs/i386: Use for many SSE operations
    [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.osx := $(call CheckArches,i386 x86_64,osx)
54 UniversalArchs.cc_kext := $(call CheckArches,i386 x86_64,cc_kext)
58 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
62 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
65 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
105 CFLAGS.osx.i386 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
107 CFLAGS.cc_kext.i386 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
config.json 68 "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"],
73 "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"],
78 "platform": "mac-leopard", "configuration": "debug", "architectures": ["i386"],
83 "platform": "mac-leopard", "configuration": "debug", "architectures": ["i386"],
110 "platform": "win", "configuration": "release", "architectures": ["i386"],
116 "platform": "win", "configuration": "release", "architectures": ["i386"],
121 "platform": "win", "configuration": "debug", "architectures": ["i386"],
127 "platform": "win", "configuration": "debug", "architectures": ["i386"],
131 "platform": "win", "configuration": "release", "architectures": ["i386"],
136 "platform": "gtk", "configuration": "release", "architectures": ["i386"],
    [all...]
  /external/clang/test/Preprocessor/
x86_target_features.c 1 // RUN: %clang -target i386-unknown-unknown -march=core2 -msse4 -x c -E -dM -o %t %s
11 // RUN: %clang -target i386-unknown-unknown -march=core2 -msse4 -mno-sse2 -x c -E -dM -o %t %s
21 // RUN: %clang -target i386-unknown-unknown -march=pentium-m -x c -E -dM -o %t %s
  /external/qemu/target-i386/
hax-i386.h 84 #include "target-i386/hax-darwin.h"
88 #include "target-i386/hax-windows.h"
91 #include "target-i386/hax-interface.h"
  /external/clang/test/Analysis/
misc-ps-region-store-i386.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
rdar-7168531.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s
  /external/clang/test/CodeGen/
2009-05-22-callingconv.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - -triple i386-unknown-unknown | grep call | grep x86_stdcallcc
2009-10-20-GlobalDebug.c 2 // RUN: %clang -target i386-apple-darwin10 -flto -S -g %s -o - | FileCheck %s
2010-06-17-asmcrash.c 3 // XTARGET: x86,i386,i686
align-param.c 1 // RUN: %clang_cc1 -emit-llvm -triple i386-apple-macosx10.7.2 < %s | FileCheck %s
cleanup-stack.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm %s -o %t
debug-info-crash.c 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o -
misaligned-param.c 1 // RUN: %clang_cc1 %s -triple i386-apple-darwin -emit-llvm -o - | FileCheck %s
mms-bitfields.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -mms-bitfields -emit-llvm %s -o - | FileCheck %s
mrtd.c 1 // RUN: %clang_cc1 -mrtd -triple i386-unknown-freebsd9.0 -emit-llvm -o - %s | FileCheck %s
ms-declspecs.c 1 // RUN: %clang_cc1 -triple i386-pc-win32 %s -emit-llvm -fms-compatibility -o - | FileCheck %s
ms_struct.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm %s -o - | FileCheck %s
pragma-pack-3.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 %s -emit-llvm -o - | FileCheck -check-prefix X32 %s
redefine_extname.c 1 // RUN: %clang_cc1 -triple=i386-pc-solaris2.11 -w -emit-llvm %s -o - | FileCheck %s
x86_32-arguments-realign.c 1 // RUN: %clang_cc1 -w -fblocks -triple i386-apple-darwin9 -emit-llvm -o %t %s
  /external/clang/test/CodeGenCXX/
mangle-ms-cxx11.cpp 1 // RUN: %clang_cc1 -std=c++11 -fms-extensions -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck %s
  /external/clang/test/CodeGenObjC/
category-class.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s

Completed in 3252 milliseconds

1 2 3 4 5 6 7 8 91011>>