/external/llvm/test/MC/AsmParser/ |
directive_fill.s | 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
directive_lsym.s | 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
rename.s | 1 // RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
/external/llvm/test/MC/ELF/ |
bracket-exprs.s | 1 // RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
elf_directive_section.s | 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
/external/llvm/test/MC/MachO/ |
reloc-pcrel-offset.s | 1 // RUN: llvm-mc -n -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
|
zerofill-sect-align.s | 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
|
/external/llvm/test/Object/Inputs/ |
elf-versioning-test.i386 | |
/external/valgrind/main/coregrind/m_gdbserver/ |
32bit-linux-valgrind-s1.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s1">
|
32bit-linux-valgrind-s2.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s2">
|
32bit-linux.xml | 9 <feature name="org.gnu.gdb.i386.linux">
|
64bit-linux-valgrind-s1.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s1">
|
64bit-linux-valgrind-s2.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s2">
|
64bit-linux.xml | 9 <feature name="org.gnu.gdb.i386.linux">
|
/frameworks/compile/libbcc/runtime/make/platform/ |
multi_arch.mk | 5 Arch := i386
|
/external/clang/test/CodeGen/ |
link-bitcode-file.c | 1 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE -emit-llvm-bc -o %t.bc %s 2 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -mlink-bitcode-file %t.bc -O3 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-NO-BC %s 3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE -mlink-bitcode-file %t.bc -O3 -emit-llvm -o - %s 2>&1 | FileCheck -check-prefix=CHECK-BC %s
|
/external/clang/test/Preprocessor/ |
init.c | 223 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=i386-none-none < /dev/null | FileCheck -check-prefix I386 %s 225 // I386:#define __CHAR16_TYPE__ unsigned short 226 // I386:#define __CHAR32_TYPE__ unsigned int 227 // I386:#define __CHAR_BIT__ 8 228 // I386:#define __DBL_DENORM_MIN__ 4.9406564584124654e-324 229 // I386:#define __DBL_DIG__ 15 230 // I386:#define __DBL_EPSILON__ 2.2204460492503131e-16 231 // I386:#define __DBL_HAS_DENORM__ 1 232 // I386:#define __DBL_HAS_INFINITY__ [all...] |
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/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) 51 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv6 armv7,ios) 56 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx) 60 UniversalArchs.cc_kext := $(call CheckArches,armv6 armv7 i386 x86_64,cc_kext) 64 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx) 66 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv6 armv7,profile_ios) 70 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx) 111 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS [all...] |
/external/clang/test/Driver/ |
linux-ld.c | 5 // RUN: -target i386-unknown-linux \ 9 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0/crtbegin.o" 10 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0" 11 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/lib" 12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../.." 29 // RUN: -target i386-unknown-linux -m32 \ 33 // CHECK-32-TO-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0/crtbegin.o" 34 // CHECK-32-TO-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0" 35 // CHECK-32-TO-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/lib/../lib32 [all...] |
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 \
|
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/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/llvm/test/Object/ |
nm-trivial-object.test | 1 RUN: llvm-nm %p/Inputs/trivial-object-test.coff-i386 \ 5 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \ 9 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-i386 \
|