HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 1426 - 1450 of 4487) sorted by null

<<51525354555657585960>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/
libstdc++.la 41 libdir='/tmp/ndk-digit/build/install/toolchains/x86-4.4.3/prebuilt/linux-x86/i686-android-linux/lib'
  /system/core/debuggerd/
Android.mk 3 ifneq ($(filter arm x86,$(TARGET_ARCH)),)
53 endif # arm or x86 in TARGET_ARCH
  /external/llvm/test/CodeGen/X86/
sse41.ll 35 %6 = tail call <4 x i32> @llvm.x86.sse41.pmovsxbd(<16 x i8> %5) nounwind readnone
52 %2 = tail call <4 x i32> @llvm.x86.sse41.pmovsxwd(<8 x i16> %1) nounwind readnone ; <<4 x i32>> [#uses=1]
72 %3 = tail call <2 x i64> @llvm.x86.sse41.pmovzxbq(<16 x i8> %2) nounwind readnone ; <<2 x i64>> [#uses=1]
84 declare <4 x i32> @llvm.x86.sse41.pmovsxbd(<16 x i8>) nounwind readnone
85 declare <4 x i32> @llvm.x86.sse41.pmovsxwd(<8 x i16>) nounwind readnone
86 declare <2 x i64> @llvm.x86.sse41.pmovzxbq(<16 x i8>) nounwind readnone
154 %tmp1 = call <4 x float> @llvm.x86.sse41.insertps(<4 x float> %t1, <4 x float> %t2, i32 1) nounwind readnone
163 declare <4 x float> @llvm.x86.sse41.insertps(<4 x float>, <4 x float>, i32) nounwind readnone
187 %tmp1 = call i32 @llvm.x86.sse41.ptestz(<4 x float> %t1, <4 x float> %t2) nounwind readnone
199 %tmp1 = call i32 @llvm.x86.sse41.ptestc(<4 x float> %t1, <4 x float> %t2) nounwind readnon
    [all...]
2006-04-04-CrossBlockCrash.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah
12 declare <4 x float> @llvm.x86.sse.cmp.ps(<4 x float>, <4 x float>, i8)
14 declare <8 x i16> @llvm.x86.sse2.packssdw.128(<4 x i32>, <4 x i32>)
16 declare i32 @llvm.x86.sse2.pmovmskb.128(<16 x i8>)
34 %tmp378 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp337, <4 x float> zeroinitializer, i8 1 ) ; <<4 x float>> [#uses=1]
36 %tmp388 = tail call <8 x i16> @llvm.x86.sse2.packssdw.128( <4 x i32> zeroinitializer, <4 x i32> %tmp379 ) ; <<4 x i32>> [#uses=1]
41 %tmp428 = tail call i32 @llvm.x86.sse2.pmovmskb.128( <16 x i8> %tmp427 ) ; <i32> [#uses=1]
  /bionic/libc/kernel/tools/
defaults.py 10 kernel_archs = [ 'arm', 'x86', 'sh' ]
47 "x86": {"__i386__": "1"},
64 [ "___arch__swab32", # asm-x86/byteorder.h
65 "___arch__swab64", # asm-x86/byteorder.h
92 "x86" : kernel_known_x86_statics,
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 1 //===-- X86TargetMachine.h - Define TargetMachine for the X86 ---*- C++ -*-===//
10 // This file declares the X86 specific subclass of TargetMachine.
17 #include "X86.h"
77 /// X86_32TargetMachine - X86 32-bit target machine.
104 /// X86_64TargetMachine - X86 64-bit target machine.
X86VZeroUpper.cpp 10 // This file defines the pass which inserts x86 AVX vzeroupper instructions
17 #define DEBUG_TYPE "x86-codegen"
18 #include "X86.h"
39 virtual const char *getPassName() const { return "X86 vzeroupper inserter";}
99 BuildMI(*MBB, I, dl, TII->get(X86::VZEROUPPER));
X86CallingConv.td 1 //===- X86CallingConv.td - Calling Conventions X86 32/64 ---*- tablegen -*-===//
10 // This describes the calling conventions for the X86-32 and X86-64
23 // Return-value conventions common to all X86 CC's.
57 // X86-32 C return-value convention.
59 // The X86-32 calling convention returns FP values in ST0, unless marked
62 // case they use XMM0, otherwise it is the same as the common X86 calling
70 // X86-32 FastCC return-value convention.
72 // The X86-32 fastcc returns 1, 2, or 3 FP values in XMM0-2 if the target has
84 // Otherwise, it is the same as the common X86 calling convention
    [all...]
X86ISelLowering.h 1 //===-- X86ISelLowering.h - X86 DAG Lowering Interface ----------*- C++ -*-===//
10 // This file defines the interfaces that X86 uses to lower LLVM code into a
29 // X86 Specific DAG Nodes
40 /// X86::SHLDxx and X86::SHRDxx instructions.
45 /// to X86::ANDPS or X86::ANDPD.
49 /// to X86::ORPS or X86::ORPD.
53 /// to X86::XORPS or X86::XORPD
    [all...]
  /external/mesa3d/
libMesa.project 210 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMX86CodeGen_intermediates"/>
211 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMX86Info_intermediates"/>
212 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMBitReader_intermediates"/>
213 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMSelectionDAG_intermediates"/>
214 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMAsmPrinter_intermediates"/>
215 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMJIT_intermediates"/>
216 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMCodeGen_intermediates"/>
217 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMTarget_intermediates"/>
218 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMMC_intermediates"/>
219 <LibraryPath Value="/home/davidxli/Desktop/android/master/out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMScalarOpts_intermediates"/
    [all...]
  /external/zlib/contrib/
README.contrib 29 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
36 Tuned x86 gcc asm code to replace inflate_fast()
49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
50 replace longest_match() and inflate_fast(), also masm x86
54 x86 asm code to replace longest_match() and inflate_fast(),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 1 //===-- X86/X86MCCodeEmitter.cpp - Convert X86 code to machine code -------===//
46 return (STI.getFeatureBits() & X86::Mode64Bit) != 0;
53 // On regular x86, both XMM0-XMM7 and XMM8-XMM15 are encoded in the range
161 const MCOperand &BaseReg = MI.getOperand(Op+X86::AddrBaseReg);
162 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg);
165 X86MCRegisterClasses[X86::GR32RegClassID].contains(BaseReg.getReg())) ||
167 X86MCRegisterClasses[X86::GR32RegClassID].contains(IndexReg.getReg())))
212 FixupKind == MCFixupKind(X86::reloc_signed_4byte)) &&
216 FixupKind = MCFixupKind(X86::reloc_global_offset_table)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 2 * This file was generated automatically by gen-mterp.py for 'x86'.
7 /* File: x86/header.S */
24 * 32-bit x86 definitions and declarations.
323 /* File: x86/OP_NOP.S */
330 /* File: x86/OP_MOVE.S */
344 /* File: x86/OP_MOVE_FROM16.S */
357 /* File: x86/OP_MOVE_16.S */
370 /* File: x86/OP_MOVE_WIDE.S */
386 /* File: x86/OP_MOVE_WIDE_FROM16.S */
401 /* File: x86/OP_MOVE_WIDE_16.S *
    [all...]
  /external/icu4c/tools/icuinfo/
testplug.vcproj 23 IntermediateDirectory=".\x86\Release"
60 PrecompiledHeaderFile=".\x86\Release/testplug.pch"
61 AssemblerListingLocation=".\x86\Release/"
62 ObjectFile=".\x86\Release/"
63 ProgramDataBaseFileName=".\x86\Release/"
116 IntermediateDirectory=".\x86\Debug"
153 PrecompiledHeaderFile=".\x86\Debug/testplug.pch"
154 AssemblerListingLocation=".\x86\Debug/"
155 ObjectFile=".\x86\Debug/"
156 ProgramDataBaseFileName=".\x86\Debug/
    [all...]
icuinfo.vcproj 24 OutputDirectory="x86\Release"
25 IntermediateDirectory="x86\Release"
58 PrecompiledHeaderFile="x86\Release/icuinfo.pch"
59 AssemblerListingLocation="x86\Release/"
60 ObjectFile="x86\Release/"
61 ProgramDataBaseFileName="x86\Release/"
81 ProgramDatabaseFile="x86\Release/icuinfo.pdb"
110 OutputDirectory="x86\Debug"
111 IntermediateDirectory="x86\Debug"
  /external/libffi/
README 53 x86 cygwin
54 x86 darwin
55 x86 freebsd
56 x86 linux
57 x86 openbsd
58 x86-64 darwin
59 x86-64 linux
60 x86-64 OS X
61 x86-64 freebsd
169 Fix x86 closure bug
    [all...]
  /external/icu4c/test/cintltst/
cintltst.vcproj 22 OutputDirectory=".\x86\Debug"
23 IntermediateDirectory=".\x86\Debug"
44 TypeLibraryName=".\x86\Debug/cintltst.tlb"
56 PrecompiledHeaderFile=".\x86\Debug/cintltst.pch"
57 AssemblerListingLocation=".\x86\Debug/"
58 ObjectFile=".\x86\Debug/"
59 ProgramDataBaseFileName=".\x86\Debug/"
79 OutputFile=".\x86\Debug/cintltst.exe"
83 ProgramDatabaseFile=".\x86\Debug/cintltst.pdb"
114 OutputDirectory=".\x86\Release
    [all...]
cintltst.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/cintltst.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/cintltst.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/cintltst.exe</OutputFile>
    [all...]
  /external/icu4c/test/perf/usetperf/
usetperf.vcxproj 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/usetperf.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/usetperf.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/usetperf.exe</OutputFile>
    [all...]
  /development/ndk/platforms/android-9/arch-x86/lib/
libc.a 202 ELF?4( S?\$???=???r??P??????????[?]<? bionic/libc/arch-x86/syscalls_exit.S !KY/Y//!Y=>!f#bionic/libc/arch-x86/syscalls/_exit.S/opt/digit/repo/gingerbreadGNU AS 2.20.1?%#.symtab.strtab.shstrtab.rel.text.data.bss.note.GNU-stack.rel.debug_line.rel.debug_info.debug_abbrev.rel.debug_aranges4# %X+X0XDXa@ (T?jP 0 `#r8 n P X?\?   
211 ELF?4( S?\$??=???r??P??????????[?dC? bionic/libc/arch-x86/syscalls_exit_thread.S !KY/Y//!Y=>!m#bionic/libc/arch-x86/syscalls/_exit_thread.S/opt/digit/repo/gingerbreadGNU AS 2.20.1?%#.symtab.strtab.shstrtab.rel.text.data.bss.note.GNU-stack.rel.debug_line.rel.debug_info.debug_abbrev.rel.debug_aranges4# 8%X+X0XDXh@ @T?qP H `1rH n h h?l?  
219 ELF?4( S?\$??=???r??P??????????[?^=? bionic/libc/arch-x86/syscalls__fork.S !KY/Y//!Y=>!g#bionic/libc/arch-x86/syscalls/__fork.S/opt/digit/repo/gingerbreadGNU AS 2.20.1?%#.symtab.strtab.shstrtab.rel.text.data.bss.note.GNU-stack.rel.debug_line.rel.debug_info.debug_abbrev.rel.debug_aranges4# (%X+X0XDXb@ 0T?kP 8 `%r@ n X `?d?  
227 ELF4( SQRV?\$?L$?T$?t$ ??=???r??P??????????^ZY[?i?? bionic/libc/arch-x86/syscalls_waitpid.S !!!!KKKKY/Y//!Y=>!!!!i5bionic/libc/arch-x86/syscalls/_waitpid.S/opt/digit/repo/gingerbreadGNU AS 2.20.1?%5.symtab.strtab.shstrtab.rel.text.data.bss.note.GNU-stack.rel.debug_line.rel.debug_info.debug_abbrev.rel.debug_aranges45 L%l+l0lDlm@ TT?mP \ `Fr` n | ????  4
237 ELF 4( SQRVW?\$?L$?T$ ?t$$?|$(??=???r??P??????????_^ZY[?l?? bionic/libc/arch-x86/syscalls__waitid.S !!!!!KKKKKY/Y//!Y=>!!!!!i;bionic/libc/arch-x86/syscalls/__waitid.S/opt/digit/repo/gingerbreadGNU AS 2.20.1?% (…)
    [all...]
  /external/icu4c/tools/icupkg/
icupkg.vcxproj 68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release\</OutDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release\</IntDir>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</OutDir>
72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</IntDir>
95 <PrecompiledHeaderOutputFile>x86\Release/icupkg.pch</PrecompiledHeaderOutputFile>
96 <AssemblerListingLocation>x86\Release/</AssemblerListingLocation>
97 <ObjectFileName>x86\Release/</ObjectFileName>
98 <ProgramDataBaseFileName>x86\Release/</ProgramDataBaseFileName>
109 <ProgramDatabaseFile>x86\Release/icupkg.pdb</ProgramDatabaseFile>
  /ndk/build/tools/
copy-libstdcxx.sh 52 # Set HOST_TAG to linux-x86 on 64-bit Linux systems
149 x86)
150 copy_directory "$OUT_INCLUDE_ABI/bits" "$OUT_LIBS/x86/include/bits"
151 copy_file_list "$ABI_STL/lib" "$OUT_LIBS/x86" "libstdc++.so"
152 cp "$ABI_STL/lib/libstdc++.a" "$OUT_LIBS/x86/libgnustl_static.a"
182 x86)
183 copy_directory "$OUT_LIBS/x86/include/bits" "$ABI_STL_INCLUDE_TARGET/bits"
184 copy_file_list "$OUT_LIBS/x86" "$ABI_STL/lib" "libstdc++.so"
185 cp "$OUT_LIBS/x86/libgnustl_static.a" "$ABI_STL/lib/libstdc++.a"

Completed in 397 milliseconds

<<51525354555657585960>>