/external/valgrind/main/none/tests/x86/ |
cmpxchg8b.vgtest | 1 prog: cmpxchg8b
|
Makefile.am | 34 cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \ 78 cmpxchg8b \
|
Makefile.in | 64 cmpxchg8b$(EXEEXT) cpuid$(EXEEXT) fcmovnu$(EXEEXT) \ 135 cmpxchg8b_SOURCES = cmpxchg8b.c 136 cmpxchg8b_OBJECTS = cmpxchg8b.$(OBJEXT) 250 bug135421-x86.c bug137714-x86.c bug152818-x86.c cmpxchg8b.c \ 261 bug135421-x86.c bug137714-x86.c bug152818-x86.c cmpxchg8b.c \ 570 cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \ 698 cmpxchg8b$(EXEEXT): $(cmpxchg8b_OBJECTS) $(cmpxchg8b_DEPENDENCIES) 699 @rm -f cmpxchg8b$(EXEEXT [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
cmpxchg.asm | 2 cmpxchg8b qword [0] label 3 cmpxchg8b [0] label
|
/external/llvm/test/CodeGen/X86/ |
atomic6432.ll | 12 ; X32: cmpxchg8b 17 ; X32: cmpxchg8b 22 ; X32: cmpxchg8b 27 ; X32: cmpxchg8b 38 ; X32: cmpxchg8b 43 ; X32: cmpxchg8b 48 ; X32: cmpxchg8b 53 ; X32: cmpxchg8b 64 ; X32: cmpxchg8b 69 ; X32: cmpxchg8b [all...] |
atomic-load-store-wide.ll | 8 ; CHECK: cmpxchg8b 16 ; CHECK: cmpxchg8b
|
atomic-minmax-i6432.ll | 18 ; LINUX-NEXT: cmpxchg8b 28 ; NOCMOV-NEXT: cmpxchg8b 39 ; LINUX-NEXT: cmpxchg8b 49 ; NOCMOV-NEXT: cmpxchg8b 60 ; LINUX-NEXT: cmpxchg8b 70 ; NOCMOV-NEXT: cmpxchg8b 81 ; LINUX-NEXT: cmpxchg8b 91 ; NOCMOV-NEXT: cmpxchg8b
|
atomic64.ll | 103 ; X32: cmpxchg8b 122 ; X32: cmpxchg8b 141 ; X32: cmpxchg8b 160 ; X32: cmpxchg8b 179 ; X32: cmpxchg8b 190 ; X32: cmpxchg8b 201 ; X32: cmpxchg8b
|
2010-01-08-Atomic64Bug.ll | 18 ; CHECK-NEXT: cmpxchg8b ([[REG]])
|
2010-10-08-cmpxchg8b.ll | 20 ; CHECK-NEXT: cmpxchg8b
|
atomic_op.ll | 125 ; CHECK: cmpxchg8b
|
/external/stlport/src/ |
lock_free_slist.h | 60 // This is probably a compiler bug, but as the cmpxchg8b instruction 63 // a "m" operand for the cmpxchg8b argument (GCC might think it can make 74 "lock; cmpxchg8b (%%esi)\n\t" 97 "lock; cmpxchg8b (%%esi)\n\t" 122 "lock; cmpxchg8b (%%esi)\n\t" 219 lock cmpxchg8b qword ptr [esi] 244 lock cmpxchg8b qword ptr [esi] 271 lock cmpxchg8b qword ptr [esi]
|
/ndk/sources/cxx-stl/stlport/src/ |
lock_free_slist.h | 60 // This is probably a compiler bug, but as the cmpxchg8b instruction 63 // a "m" operand for the cmpxchg8b argument (GCC might think it can make 74 "lock; cmpxchg8b (%%esi)\n\t" 97 "lock; cmpxchg8b (%%esi)\n\t" 122 "lock; cmpxchg8b (%%esi)\n\t" 219 lock cmpxchg8b qword ptr [esi] 244 lock cmpxchg8b qword ptr [esi] 271 lock cmpxchg8b qword ptr [esi]
|
/external/kernel-headers/original/asm-x86/ |
cmpxchg_32.h | 25 * cmpxchg8b must be used with the lock prefix here to allow 37 LOCK_PREFIX "cmpxchg8b (%0)\n\t" 259 __asm__ __volatile__(LOCK_PREFIX "cmpxchg8b %3" 273 __asm__ __volatile__("cmpxchg8b %3"
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-windows.h | 364 "lock; cmpxchg8b %1\n\t" // If edx:eax (old_value) same 386 "lock; cmpxchg8b %1\n\t" // Attempt cmpxchg; if *ptr 411 "lock; cmpxchg8b (%2)\n\t"// Attempt cmpxchg; if *ptr
|
atomicops-internals-x86.h | 309 "lock; cmpxchg8b (%1)\n\t"// If edx:eax (old_value) same
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-windows.h | 363 "lock; cmpxchg8b %1\n\t" // If edx:eax (old_value) same 385 "lock; cmpxchg8b %1\n\t" // Attempt cmpxchg; if *ptr 410 "lock; cmpxchg8b (%2)\n\t"// Attempt cmpxchg; if *ptr
|
/external/qemu/target-i386/ |
helper.h | 76 DEF_HELPER_1(cmpxchg8b, void, tl)
|
/external/valgrind/main/none/tests/amd64/ |
bug127521-64.c | 33 "\tlock cmpxchg8b (%%r10)\n"
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher_with_stub.cpp | 74 // FPU instructions, and on newer processors we could use cmpxchg8b or
|
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher_with_stub.cc | 44 // FPU instructions, and on newer processors we could use cmpxchg8b or
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher_with_stub.cc | 81 // FPU instructions, and on newer processors we could use cmpxchg8b or
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher_with_stub.cc | 81 // FPU instructions, and on newer processors we could use cmpxchg8b or
|
/external/chromium_org/third_party/mach_override/ |
mach_override.c | 708 // we use cmpxchg8b, which compares content of an address with 718 " lock; cmpxchg8b (%esi);" // atomic move.
|
/external/valgrind/main/VEX/priv/ |
host_x86_defs.h | 362 Xin_DACAS, /* lock;cmpxchg8b (doubleword ACAS, 2 x 32-bit only) */ 523 /* "lock;cmpxchg8b": mem address in .addr, expected value in
|