/external/clang/test/Driver/ |
phases.c | 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -x c %s -x objective-c %s -x c++ %s -x objective-c++ -x assembler %s -x assembler-with-cpp %s -x none %s 2>&1 | FileCheck -check-prefix=BASIC %s 27 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=ULI %s 34 // ULI: 6: bind-arch, "i386", {4}, image 38 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=UOF %s 44 // UOF: 5: bind-arch, "i386", {3}, object 48 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x assembler %s 2>&1 | FileCheck -check-prefix=ARCH1 %s 49 // ARCH1: 2: bind-arch, "i386", {1}, object 50 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x assembler %s -m32 -m64 2>&1 | FileCheck -check-prefix=ARCH2 (…) [all...] |
bindings.c | 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings %s 2> %t 7 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-no-clang %s 2> %t 12 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-no-clang -no-integrated-cpp %s 2> %t 18 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-no-clang -x c-header %s 2> %t 23 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only %s 2> %t 25 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-no-clang -fsyntax-only %s 2> %t 27 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-no-clang-cxx -fsyntax-only -x c++ %s 2> %t 29 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-clang-cxx -fsyntax-only -x c++ %s 2> %t 31 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -ccc-no-clang-cpp -fsyntax-only -no-integrated-cpp %s 2> %t 34 // RUN: %clang -target i386-apple-darwin9 -ccc-print-bindings -ccc-clang-archs i386 %s -S -arch ppc 2> % [all...] |
darwin-debug-flags.c | 1 // RUN: env RC_DEBUG_OPTIONS=1 %clang -target i386-apple-darwin9 -g -Os %s -emit-llvm -S -o - | FileCheck %s 4 // RUN: env RC_DEBUG_OPTIONS=1 %clang -### -target i386-apple-darwin9 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
|
unknown-gcc-arch.c | 5 // RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### 2> %t.log 7 // RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### -m64 2> %t.log
|
/external/oprofile/libop/ |
op_cpu_type.c | 27 { "Pentium Pro", "i386/ppro", CPU_PPRO, 2 }, 28 { "PII", "i386/pii", CPU_PII, 2 }, 29 { "PIII", "i386/piii", CPU_PIII, 2 }, 30 { "Athlon", "i386/athlon", CPU_ATHLON, 4 }, 33 { "P4 / Xeon", "i386/p4", CPU_P4, 8 }, 38 { "P4 / Xeon with 2 hyper-threads", "i386/p4-ht", CPU_P4_HT2, 4 }, 44 { "Pentium M (P6 core)", "i386/p6_mobile", CPU_P6_MOBILE, 2 }, 65 { "Core Solo / Duo", "i386/core", CPU_CORE, 2 }, 67 { "Core 2", "i386/core_2", CPU_CORE_2, 2 }, 79 { "Intel Architectural Perfmon", "i386/arch_perfmon", CPU_ARCH_PERFMON, 0} [all...] |
/external/clang/test/ARCMT/ |
driver-migrate.m | 6 // RUN: %clang -ccc-arcmt-check -target i386-apple-darwin9 -### %t.o 2> %t.log 8 // RUN: %clang -ccc-arcmt-migrate /foo/bar -target i386-apple-darwin9 -### %t.o 2> %t.log
|
/external/clang/test/CodeGen/ |
blocks-2.c | 3 // RUN: %clang_cc1 -g %s -triple i386-unknown-unknown -emit-llvm -o %t -fblocks -fblock-introspection 5 // RUN: %clang_cc1 -g %s -triple i386-unknown-unknown -emit-llvm -o %t -fblocks
|
enum.c | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -O3 -emit-llvm -o - | grep 'ret i32 6' 2 // RUN: %clang_cc1 -triple i386-unknown-unknown -x c++ %s -O3 -emit-llvm -o - | grep 'ret i32 7'
|
PR2001-bitfield-reload.c | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o - %s | FileCheck %s
|
PR3613-static-decl.c | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o %t %s
|
asm-errors.c | 4 // UN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
|
blocks-aligned-byref-variable.c | 2 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 -fblocks %s
|
flexible-array-init.c | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -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
|
/external/clang/test/CodeGenObjC/ |
link-errors.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-fragile-abi -emit-llvm -o %t %s 5 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-fragile-abi -DWITH_IMPL -emit-llvm -o %t %s
|
/external/clang/test/SemaObjC/ |
warn-weak-field.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify -Wno-objc-root-class %s
|
/external/kernel-headers/original/asm-x86/ |
msgbuf.h | 5 * The msqid64_ds structure for i386 architecture. 9 * Pad space on i386 is left for:
|
/external/llvm/test/MC/AsmParser/ |
hello.s | 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o - 2 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o - -output-asm-variant=1
|
/external/llvm/test/Object/Inputs/ |
elfver.S | 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386 7 # strip elf-versioning-test.i386
|
/external/llvm/test/Object/ |
nm-archive.test | 1 RUN: llvm-nm %p/Inputs/archive-test.a-coff-i386 \ 8 COFF: trivial-object-test.coff-i386:
|
/external/valgrind/main/coregrind/m_gdbserver/ |
i386-coresse-valgrind.xml | 8 <!-- I386 with SSE --> 12 <architecture>i386</architecture>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
msgbuf.h | 5 * The msqid64_ds structure for i386 architecture. 9 * Pad space on i386 is left for:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msgbuf.h | 5 * The msqid64_ds structure for i386 architecture. 9 * Pad space on i386 is left for:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msgbuf.h | 5 * The msqid64_ds structure for i386 architecture. 9 * Pad space on i386 is left for:
|
/external/clang/test/CodeGenCXX/ |
2009-09-09-packed-layout.cpp | 1 // RUN: %clang_cc1 -emit-llvm -triple i386-apple-darwin11 %s -o /dev/null
|