Searched
full:x86 (Results
1201 -
1225 of
4487) sorted by null
<<41424344454647484950>>
/ndk/toolchains/x86-4.4.3/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86-4.4.3 26 TOOLCHAIN_NAME := x86-4.4.3 39 # Fix this after ssp.c is fixed for x86 48 # When building for debug, compile everything as x86. 61 $(call set-src-files-text,$(LOCAL_SRC_FILES),x86$(space)$(space)) \ 65 TARGET_ABI_SUBDIR := x86
|
/external/chromium/build/linux/ |
pkg-config-wrapper | 30 # /path/to/chroot/build/x86-generic/usr/lib/pkgconfig/pkg.pc may have all paths 31 # relative to /path/to/chroot (i.e. prefix=/build/x86-generic/usr) instead of 32 # relative to /path/to/chroot/build/x86-generic (i.e prefix=/usr).
|
/external/icu4c/tools/gencfu/ |
gencfu.vcproj | 23 OutputDirectory=".\x86\Debug" 24 IntermediateDirectory=".\x86\Debug" 57 AssemblerListingLocation=".\x86\Debug/" 58 ObjectFile=".\x86\Debug/" 59 ProgramDataBaseFileName=".\x86\Debug/" 77 OutputFile=".\x86\Debug\gencfu.exe" 107 OutputDirectory=".\x86\Release" 108 IntermediateDirectory=".\x86\Release" 143 AssemblerListingLocation=".\x86\Release/" 144 ObjectFile=".\x86\Release/ [all...] |
/external/llvm/lib/Target/X86/ |
X86TargetObjectFile.cpp | 1 //===-- llvm/Target/X86/X86TargetObjectFile.cpp - X86 Object Info ---------===// 27 // On Darwin/X86-64, we can reference dwarf symbols with foo@GOTPCREL+4, which
|
/external/llvm/test/CodeGen/X86/ |
2007-04-11-InlineAsmVectorResult.ll | 1 ; RUN: llc < %s -march=x86 -mcpu=yonah 12 %tmp53 = call <4 x i32> @llvm.x86.sse2.psll.d( <4 x i32> %tmp52, <4 x i32> < i32 8, i32 undef, i32 undef, i32 undef > ) ; <<4 x i32>> [#uses=1] 21 declare <4 x i32> @llvm.x86.sse2.psll.d(<4 x i32>, <4 x i32>)
|
fp-elim.ll | 1 ; RUN: llc < %s -march=x86 -asm-verbose=false | FileCheck %s -check-prefix=FP-ELIM 2 ; RUN: llc < %s -march=x86 -asm-verbose=false -disable-fp-elim | FileCheck %s -check-prefix=NO-ELIM 3 ; RUN: llc < %s -march=x86 -asm-verbose=false -disable-non-leaf-fp-elim | FileCheck %s -check-prefix=NON-LEAF
|
vec_zero-2.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 15 %tmp5266 = call <16 x i8> @llvm.x86.sse2.packuswb.128( <8 x i16> %tmp5265, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1] 24 declare <16 x i8> @llvm.x86.sse2.packuswb.128(<8 x i16>, <8 x i16>) nounwind readnone
|
/external/valgrind/main/include/ |
Makefile.am | 45 vki/vki-posixtypes-x86-linux.h \ 50 vki/vki-x86-linux.h \ 55 vki/vki-scnums-x86-linux.h \
|
/external/zlib/ |
Android.mk | 29 ifneq ($(TARGET_ARCH),x86) 42 ifneq ($(TARGET_ARCH),x86) 77 ifneq ($(TARGET_ARCH),x86)
|
/ndk/build/core/ |
setup-abi.mk | 24 TARGET_ARCH_for_x86 := x86 30 # Special handling for x86: The minimal platform is android-9 here 34 ifeq ($(TARGET_ARCH),x86)
|
/dalvik/vm/mterp/x86-atom/ |
OP_AGET_OBJECT.S | 20 %include "x86-atom/OP_AGET.S"
|
OP_DISPATCH_FF.S | 20 %include "x86-atom/unused.S"
|
OP_DIV_INT.S | 20 %include "x86-atom/binopD.S"
|
OP_DIV_INT_2ADDR.S | 20 %include "x86-atom/binopD2addr.S"
|
OP_DIV_INT_LIT16.S | 20 %include "x86-atom/binopDLit16.S"
|
OP_DIV_INT_LIT8.S | 20 %include "x86-atom/binopDLit8.S"
|
OP_DIV_LONG.S | 20 %include "x86-atom/binopDivRemLong.S"
|
OP_DIV_LONG_2ADDR.S | 20 %include "x86-atom/binopDivRemLong2Addr.S"
|
OP_IGET_BOOLEAN.S | 20 %include "x86-atom/OP_IGET.S"
|
OP_IGET_BYTE.S | 20 %include "x86-atom/OP_IGET.S"
|
OP_IGET_CHAR.S | 20 %include "x86-atom/OP_IGET.S"
|
OP_IGET_OBJECT.S | 20 %include "x86-atom/OP_IGET.S"
|
OP_IGET_OBJECT_QUICK.S | 20 %include "x86-atom/OP_IGET_QUICK.S"
|
OP_IGET_SHORT.S | 20 %include "x86-atom/OP_IGET.S"
|
OP_IPUT_BOOLEAN.S | 20 %include "x86-atom/OP_IPUT.S"
|
Completed in 316 milliseconds
<<41424344454647484950>>