HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 126 - 150 of 2437) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp 1 // RUN: %clang_cc1 -fms-extensions -triple i386-unknown-unknown -x c++-header -emit-pch -o %t %S/cxx-ms-function-specialization-class-scope.h
2 // RUN: %clang_cc1 -fms-extensions -triple i386-unknown-unknown -include-pch %t -fsyntax-only -verify %s
  /external/clang/test/SemaObjC/
objc2-warn-weak-decl.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
  /external/llvm/test/CodeGen/X86/
darwin-stub.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | grep stub
2 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | not grep stub
inline-asm-pic.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep lea
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep call
vec_set-C.ll 1 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2 | grep movq
2 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2 | grep mov | count 1
  /external/llvm/test/MC/AsmParser/
align_invalid.s 1 # RUN: not llvm-mc -triple i386-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
2 # RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN
  /external/mesa3d/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"
  /external/clang/test/Preprocessor/
stdint.c 109 // RUN: %clang_cc1 -E -ffreestanding -triple=i386-none-none %s | FileCheck -check-prefix I386 %s
111 // I386:typedef signed long long int int64_t;
112 // I386:typedef unsigned long long int uint64_t;
113 // I386:typedef int64_t int_least64_t;
114 // I386:typedef uint64_t uint_least64_t;
115 // I386:typedef int64_t int_fast64_t;
116 // I386:typedef uint64_t uint_fast64_t;
118 // I386:typedef signed int int32_t;
119 // I386:typedef unsigned int uint32_t
    [all...]
non_fragile_feature1.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=gcc %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/clang/test/CodeGen/
2011-03-31-ArrayRefFolding.c 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
PR4611-bitfield-layout.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
_Bool-conversion.c 1 // RUN: %clang_cc1 -triple i386 -emit-llvm -O2 -o - %s | FileCheck %s
alignof.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O1 -emit-llvm -o %t %s
dllimport-dllexport.c 1 // RUN: %clang_cc1 -triple i386-mingw32 -emit-llvm < %s | FileCheck %s
  /external/clang/test/CodeGenCXX/
2012-02-06-VecInitialization.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
asm.cpp 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm %s -o - | FileCheck %s
microsoft-abi-virtual-inheritance.cpp 1 // RUN: %clang_cc1 %s -fno-rtti -cxx-abi microsoft -triple=i386-pc-win32 -emit-llvm -o %t
virtual-operator-call.cpp 1 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -emit-llvm -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
designated-initializers.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
object-incr-decr-1.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o %t
  /external/clang/test/Driver/
darwin-xarch.c 2 // RUN: -arch i386 -Xarch_i386 -mmacosx-version-min=10.4 \
7 // CHECK-COMPILE: clang{{.*}}" "-cc1" "-triple" "i386-apple-macosx10.4.0"
11 // RUN: -arch i386 -Xarch_i386 -Wl,-some-linker-arg -filelist X 2> %t
14 // CHECK-LINK: ld{{.*}} "-arch" "i386"{{.*}} "-some-linker-arg"
  /external/clang/test/Headers/
ms-wchar.c 1 // RUN: %clang -fsyntax-only -target i386-pc-win32 %s
  /external/clang/test/Lexer/
rdr-6096838.c 1 /* RUN: %clang_cc1 -triple i386-unknown-unknown -fsyntax-only -verify %s
  /external/clang/test/Sema/
MicrosoftCompatibility-x86.c 1 // RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-compatibility -triple i386-pc-win32

Completed in 266 milliseconds

1 2 3 4 56 7 8 91011>>