HomeSort by relevance Sort by last modified time
    Searched full:i686 (Results 176 - 200 of 969) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/X86/
vec_align_i256.ll 4 target triple = "i686-apple-darwin8"
vec_insert-4.ll 5 target triple = "i686-apple-darwin9.2.2"
vec_insert-6.ll 3 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=penryn -mtriple=i686-apple-darwin9 -o /dev/null -stats -info-output-file - | grep asm-printer | grep 6
vec_insert-7.ll 1 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse42 -mtriple=i686-apple-darwin9 | FileCheck %s
2008-11-13-inlineasm-3.ll 1 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu
6 target triple = "i686-pc-linux-gnu"
2012-1-10-buildvector.ll 1 ; RUN: llc < %s -march=x86 -mcpu=corei7-avx -mattr=+avx -mtriple=i686-pc-win32 | FileCheck %s
4 target triple = "i686-pc-win32"
atom-call-reg-indirect.ll 1 ; RUN: llc < %s -mcpu=atom -mtriple=i686-linux | FileCheck -check-prefix=ATOM32 %s
2 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-linux | FileCheck -check-prefix=ATOM-NOT32 %s
atom-lea-sp.ll 1 ; RUN: llc < %s -mcpu=atom -mtriple=i686-linux | FileCheck -check-prefix=ATOM %s
2 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-linux | FileCheck %s
inreg.ll 1 ; RUN: llc < %s -mtriple=i686-pc-linux -mcpu=corei7 | FileCheck --check-prefix=DAG %s
2 ; RUN: llc < %s -mtriple=i686-pc-linux -mcpu=corei7 -O0 | FileCheck --check-prefix=FAST %s
  /external/llvm/test/MC/COFF/
diff.s 1 // RUN: llvm-mc -filetype=obj -triple i686-pc-mingw32 %s | llvm-readobj -s -sr -sd | FileCheck %s
symbol-mangling.ll 5 ; RUN: llc -filetype=asm -mtriple i686-pc-win32 %s -o - | FileCheck %s
global_ctors_dtors.ll 3 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
5 ; RUN: llc < %s -mtriple i686-pc-mingw32 | FileCheck %s --check-prefix MINGW32
weak-symbol.ll 5 ; RUN: llc -mtriple=i686-pc-win32 %s -o - | FileCheck %s --check-prefix=X86
6 ; RUN: llc -mtriple=i686-pc-mingw32 %s -o - | FileCheck %s --check-prefix=X86
  /external/llvm/test/Transforms/InstCombine/
2007-12-10-ConstFoldCompare.ll 2 target triple = "i686-pc-linux-gnu"
  /external/llvm/test/Transforms/SCCP/
2008-05-23-UndefCallFold.ll 5 target triple = "i686-pc-linux-gnu"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libgmp.la 35 libdir='/tmp/gcc32/1/i686-linux-glibc2.7-4.4.3/lib'
  /development/build/
sdk-darwin-x86.atree 31 prebuilts/sdk/tools/darwin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld
sdk-linux-x86.atree 31 prebuilts/sdk/tools/linux/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld
sdk-windows-x86.atree 82 rm build-tools/${PLATFORM_NAME}/i686-linux-android-ld
83 prebuilts/sdk/tools/windows/i686-linux-android-ld.exe strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld.exe
  /external/llvm/test/Transforms/SLPVectorizer/X86/
pr16571.ll 1 ; RUN: opt < %s -slp-vectorizer -S -mtriple=i686-pc-win32 -mcpu=corei7-avx
4 target triple = "i686-pc-win32"
  /external/clang/test/Sema/
thread-specifier.c 1 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s -DGNU
2 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DGNU
3 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s -DC11 -D__thread=_Thread_local
4 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DC11 -D__thread=_Thread_local
5 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DCXX11 -D__thread=thread_local -std=c++11 -Wno-deprecated
6 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DC11 -D__thread=_Thread_local -std=c++11 -Wno-deprecated
  /external/compiler-rt/make/platform/
clang_darwin.mk 356 i686.get_pc_thunk.eax \
357 i686.get_pc_thunk.ebp \
358 i686.get_pc_thunk.ebx \
359 i686.get_pc_thunk.ecx \
360 i686.get_pc_thunk.edi \
361 i686.get_pc_thunk.edx \
362 i686.get_pc_thunk.esi
409 i686.get_pc_thunk.eax i686.get_pc_thunk.ebp i686.get_pc_thunk.ebx
    [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 119 linux-x86) RET=i686-linux-gnu;;
121 darwin-x86) RET=i686-apple-darwin;;
126 android-x86) RET=i686-linux-android;;
371 # $1: host prefix, no trailing slash (e.g. i686-linux-android)
492 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
493 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
494 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linu
    [all...]
  /build/core/
llvm_config.mk 71 RS_TRIPLE := i686-unknown-linux
73 -target i686-linux-android \
75 -B$(TARGET_TOOLCHAIN_ROOT)/i686-linux-android/bin
78 -target i686-linux-android \
79 -B$(TARGET_TOOLCHAIN_ROOT)/i686-linux-android/bin
  /external/stlport/
INSTALL.unixes 86 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crt1.o \
87 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crti.o \
88 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/crtbegin.o \
92 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/crtend.o \
93 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crtn.o

Completed in 277 milliseconds

1 2 3 4 5 6 78 91011>>