/external/llvm/test/Object/Inputs/ |
archive-test.a-corrupt-symbol-table | 4 trivial-object-test.elf-x86-64/ 5 trivial-object-test2.elf-x86-64/
|
/external/llvm/utils/TableGen/ |
DisassemblerEmitter.cpp | 23 /// X86 Disassembler Emitter 28 /// The X86 disassembler emitter is part of the X86 Disassembler, which is 29 /// documented in lib/Target/X86/X86Disassembler.h. 73 /// (2) to fix the tables (X86.td and its subsidiaries) so the opcodes are 77 /// lib/Target/X86/X86DisassemblerDecoderCommon.h. This is unlikely to be 110 // X86 uses a custom disassembler. 111 if (Target.getName() == "X86") {
|
/external/valgrind/main/exp-sgcheck/tests/ |
stackerr.c | 5 For example, x86 w/ gcc-4.3.1 gives 15 This happens because on x86 the arrays are placed on the
|
/external/valgrind/main/tests/ |
platform_test | 14 all_platforms="$all_platforms x86-linux amd64-linux ppc32-linux ppc64-linux" 17 all_platforms="$all_platforms x86-darwin amd64-darwin"
|
/external/valgrind/main/ |
valgrind.spec.in | 20 platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
|
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/ |
X86TargetInfo.cpp | 19 mcld::RegisterTarget X(TheX86_32Target, "x86"); 20 mcld::RegisterTarget Y(TheX86_64Target, "x86-64");
|
/ndk/sources/third_party/googletest/patches.ndk/ |
0001-Allow-clone-usage-on-MIPS.patch | 10 Note that clone() is sadly _not_ available on x86 at this point 27 +// on x86, for some reason.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string.h | 1 /* Optimized, inlined string functions. AMD x86-64 version. 25 macros that unaligned memory access is possible for x86-64. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string.h | 1 /* Optimized, inlined string functions. AMD x86-64 version. 25 macros that unaligned memory access is possible for x86-64. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string.h | 1 /* Optimized, inlined string functions. AMD x86-64 version. 25 macros that unaligned memory access is possible for x86-64. */
|
/prebuilts/ndk/4/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; })
|
/prebuilts/ndk/4/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; })
|
/prebuilts/ndk/6/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; })
|
/prebuilts/ndk/6/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'
|
/prebuilts/ndk/7/platforms/android-14/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; })
|
/prebuilts/ndk/7/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; })
|
/system/core/debuggerd/ |
Android.mk | 3 ifneq ($(filter arm mips x86,$(TARGET_ARCH)),) 62 endif # arm or x86 in TARGET_ARCH
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/ |
Makefile.flat | 51 modules/arch/x86/x86arch.o \ 52 modules/arch/x86/x86bc.o \ 53 modules/arch/x86/x86expr.o \ 54 modules/arch/x86/x86id.o \ 94 modules/objfmts/elf/elf-x86-x86.o \ 95 modules/objfmts/elf/elf-x86-amd64.o \ 212 x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: modules/arch/x86/gen_x86_insn.py 214 -python modules/arch/x86/gen_x86_insn.py 222 x86cpu.c: modules/arch/x86/x86cpu.gperf genper [all...] |
/external/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 1 //===-- X86TargetMachine.cpp - Define TargetMachine for the X86 -----------===// 10 // This file defines the X86 specific subclass of TargetMachine. 15 #include "X86.h" 76 /// X86TargetMachine ctor - Create an X86 target. 114 // Command line options for x86 117 UseVZeroUpper("x86-use-vzeroupper", 121 // Temporary option to control early if-conversion for x86 while adding machine 124 X86EarlyIfConv("x86-early-ifcvt", 125 cl::desc("Enable early if-conversion on X86")); 128 // X86 Analysis Pass Setu [all...] |
X86VZeroUpper.cpp | 10 // This file defines the pass which inserts x86 AVX vzeroupper instructions 17 #define DEBUG_TYPE "x86-vzeroupper" 18 #include "X86.h" 41 virtual const char *getPassName() const { return "X86 vzeroupper inserter";} 108 return (Reg >= X86::YMM0 && Reg <= X86::YMM31); 112 return (Reg >= X86::ZMM0 && Reg <= X86::ZMM31); 125 for (unsigned reg = X86::YMM0; reg < X86::YMM31; ++reg) [all...] |
/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(<2 x i64> %t1, <2 x i64> %t2) nounwind readnone 199 %tmp1 = call i32 @llvm.x86.sse41.ptestc(<2 x i64> %t1, <2 x i64> %t2) nounwind readnon [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
yasm.pot | 636 #: libyasm/insn.c:49 modules/arch/x86/x86id.c:1513 860 #: modules/arch/x86/x86arch.c:133 864 #: modules/arch/x86/x86arch.c:159 modules/arch/x86/x86arch.c:166 865 #: modules/arch/x86/x86arch.c:188 870 #: modules/arch/x86/x86arch.c:447 874 #: modules/arch/x86/x86arch.c:476 modules/arch/x86/x86arch.c:571 878 #: modules/arch/x86/x86arch.c:507 882 #: modules/arch/x86/x86bc.c:123 modules/arch/x86/x86bc.c:13 [all...] |
/art/compiler/trampolines/ |
trampoline_compiler.cc | 22 #include "utils/x86/assembler_x86.h" 86 namespace x86 { namespace in namespace:art 90 // All x86 trampolines call via the Thread* held in fs. 101 } // namespace x86 112 return x86::CreateTrampoline(offset);
|
/external/chromium_org/chrome/common/omaha_query_params/ |
omaha_query_params.cc | 39 "x86"; 126 return "x86-64"; 130 return x86_64 ? "x86-64" : "x86-32"; 132 return "x86-32";
|
/external/zlib/src/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(),
|