HomeSort by relevance Sort by last modified time
    Searched full:cmpxchg8b (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/valgrind/main/none/tests/x86/
cmpxchg8b.vgtest 1 prog: cmpxchg8b
Makefile.am 34 cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \
80 cmpxchg8b \
Makefile.in 70 cmpxchg8b$(EXEEXT) cpuid$(EXEEXT) fcmovnu$(EXEEXT) \
144 cmpxchg8b_SOURCES = cmpxchg8b.c
145 cmpxchg8b_OBJECTS = cmpxchg8b.$(OBJEXT)
262 bug135421-x86.c bug137714-x86.c bug152818-x86.c cmpxchg8b.c \
273 bug135421-x86.c bug137714-x86.c bug152818-x86.c cmpxchg8b.c \
595 cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \
725 cmpxchg8b$(EXEEXT): $(cmpxchg8b_OBJECTS) $(cmpxchg8b_DEPENDENCIES) $(EXTRA_cmpxchg8b_DEPENDENCIES)
726 @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 13 ; X32: cmpxchg8b
18 ; X32: cmpxchg8b
23 ; X32: cmpxchg8b
28 ; X32: cmpxchg8b
40 ; X32: cmpxchg8b
45 ; X32: cmpxchg8b
50 ; X32: cmpxchg8b
55 ; X32: cmpxchg8b
67 ; X32: cmpxchg8b
72 ; X32: cmpxchg8b
    [all...]
atomic-load-store-wide.ll 8 ; CHECK: cmpxchg8b
16 ; CHECK: cmpxchg8b
atomic-minmax-i6432.ll 15 ; LINUX-NEXT: cmpxchg8b
24 ; LINUX-NEXT: cmpxchg8b
33 ; LINUX-NEXT: cmpxchg8b
42 ; LINUX-NEXT: cmpxchg8b
atomic64.ll 108 ; X32: cmpxchg8b
129 ; X32: cmpxchg8b
150 ; X32: cmpxchg8b
171 ; X32: cmpxchg8b
192 ; X32: cmpxchg8b
205 ; X32: cmpxchg8b
218 ; X32: cmpxchg8b
2010-01-08-Atomic64Bug.ll 18 ; CHECK-NEXT: cmpxchg8b ([[REG]])
2010-10-08-cmpxchg8b.ll 20 ; CHECK-NEXT: cmpxchg8b
atomic_op.ll 127 ; CHECK: cmpxchg8b
  /external/valgrind/main/none/tests/amd64/
xacq_xrel.stdout.exp 16 result for 'cmpxchg8b' is 5566778800000000
xacq_xrel.c 169 "xacquire lock cmpxchg8b (%0)" "\n\t"
170 "xrelease lock cmpxchg8b (%0)" "\n\t"
173 printf("result for '%-3s' is %016llx\n", "cmpxchg8b", n);
bug127521-64.c 33 "\tlock cmpxchg8b (%%r10)\n"
  /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/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 372 "lock; cmpxchg8b %1\n\t" // If edx:eax (old_value) same
394 "lock; cmpxchg8b %1\n\t" // Attempt cmpxchg; if *ptr
419 "lock; cmpxchg8b (%2)\n\t"// Attempt cmpxchg; if *ptr
  /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_2(cmpxchg8b, void, env, tl)
  /external/chromium_org/third_party/mach_override/
mach_override.c 671 // we use cmpxchg8b, which compares content of an address with
681 " lock; cmpxchg8b (%esi);" // atomic move.
  /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/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/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 102 /// cmpxchg8b or cmpxchg16b. This occurs if the type is 1 step up from the
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 365 Xin_DACAS, /* lock;cmpxchg8b (doubleword ACAS, 2 x 32-bit only) */
527 /* "lock;cmpxchg8b": mem address in .addr, expected value in

Completed in 713 milliseconds

1 2 3