/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
cmpxchg.asm | 4 cmpxchg16b dqword [0] label 5 cmpxchg16b [0] label
|
/external/llvm/test/CodeGen/X86/ |
cmpxchg16b.ll | 8 ; CHECK-NEXT: cmpxchg16b
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-x86.cc | 71 false, // no cmpxchg16b 115 // ecx bit 13 indicates whether the cmpxchg16b instruction is supported
|
atomicops-internals-x86.h | 57 bool has_cmpxchg16b; // Processor supports cmpxchg16b instruction.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-x86.cc | 71 false, // no cmpxchg16b 115 // ecx bit 13 indicates whether the cmpxchg16b instruction is supported
|
atomicops-internals-x86.h | 57 bool has_cmpxchg16b; // Processor supports cmpxchg16b instruction.
|
/external/qemu/target-i386/ |
helper.h | 78 DEF_HELPER_1(cmpxchg16b, void, tl)
|
/external/valgrind/main/none/tests/amd64/ |
bug127521-64.c | 86 "\t.byte 0xf0, 0x49, 0x0f, 0xc7, 0x0a\n" /* lock cmpxchg16b (%%r10) */
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher_with_stub.cpp | 75 // cmpxchg16b. So it might be possible to do the patching/unpatching
|
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher_with_stub.cc | 45 // cmpxchg16b. So it might be possible to do the patching/unpatching
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 93 #define X86_FEATURE_CX16 (4*32+13) /* CMPXCHG16B */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher_with_stub.cc | 82 // cmpxchg16b. So it might be possible to do the patching/unpatching
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher_with_stub.cc | 82 // cmpxchg16b. So it might be possible to do the patching/unpatching
|
/external/llvm/lib/Target/X86/ |
X86.td | 71 def FeatureCMPXCHG16B : SubtargetFeature<"cmpxchg16b", "HasCmpxchg16b", "true", 72 "64-bit with cmpxchg16b",
|
X86Subtarget.h | 146 /// HasCmpxchg16b - True if this processor has the CMPXCHG16B instruction;
|
X86InstrInfo.td | [all...] |
X86InstrCompiler.td | [all...] |
/external/valgrind/main/VEX/pub/ |
libvex.h | 80 cmpxchg16b. */ 82 #define VEX_HWCAPS_AMD64_CX16 (1<<6) /* cmpxchg16b support */
|
/external/elfutils/libcpu/ |
i386_disasm.c | 741 ? "cmpxchg16b" : "cmpxchg8b");
|
/external/valgrind/main/coregrind/ |
m_machine.c | 822 /* on amd64 we tolerate older cpus, which don't have cmpxchg16b */ 823 have_cx16 = (ecx & (1<<13)) != 0; /* True => have cmpxchg16b */ [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 152 `# SPECIAL 00001111,11000111,{mod}001{r_m}:[{rex.w}?cmpxchg16b:cmpxchg8b] {reg},{mod}{r_m} [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 139 cmpxchg16b, cmpxchg16b_insn, 1, SUF_Z, 0, 0, 0, ONLY_64, 0, 0, 0 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-c++ | |
i686-linux-cpp | |
i686-linux-g++ | |