HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 101 - 125 of 1865) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
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
2008-03-06-frem-fpstack.ll 1 ; RUN: llc < %s -march=x86 -mcpu=i386
2009-06-05-ScalarToVectorByteMMX.ll 1 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+mmx,+sse2 | not grep movl
dllexport.ll 4 target triple = "i386-pc-mingw32"
fastcall-correct-mangling.ll 1 ; RUN: llc < %s -mtriple=i386-unknown-mingw32 | FileCheck %s
fold-call-2.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | grep mov | count 1
global-sections-tls.ll 1 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX
  /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-fragile-abi %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 %t
_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
frame-pointer-elim.c 3 // RUN: %clang -target i386-apple-darwin -S -o - %s | \
12 // RUN: %clang -target i386-pc-linux-gnu -S -o - %s | \
21 // RUN: %clang -target i386-darwin -S -o - -fomit-frame-pointer %s | \
30 // RUN: %clang -target i386-darwin -S -o - -momit-leaf-frame-pointer %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
  /external/clang/test/CodeGenObjC/
object-incr-decr-1.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-fragile-abi -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/
c89.c 1 // RUN: %clang -target i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
  /external/clang/test/Lexer/
rdr-6096838.c 1 /* RUN: %clang_cc1 -triple i386-unknown-unknown -fsyntax-only -verify %s
  /external/clang/test/Sema/
pragma-align-mac68k-unsupported.c 2 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -fsyntax-only -verify %s
weak-import-on-enum.c 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
  /external/llvm/test/MC/AsmParser/
assignment.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

Completed in 449 milliseconds

1 2 3 45 6 7 8 91011>>