/external/llvm/test/CodeGen/X86/ |
atomic32.ll | 76 ; X64: cmpxchgl 79 ; X32: cmpxchgl 101 ; X64: cmpxchgl 104 ; X32: cmpxchgl 126 ; X64: cmpxchgl 129 ; X32: cmpxchgl 147 ; X64: cmpxchgl 151 ; X32: cmpxchgl 165 ; X64: cmpxchgl 170 ; X32: cmpxchgl [all...] |
atomic_op.ll | 44 ; CHECK: cmpxchgl 49 ; CHECK: cmpxchgl 54 ; CHECK: cmpxchgl 59 ; CHECK: cmpxchgl 65 ; CHECK: cmpxchgl 70 ; CHECK: cmpxchgl 75 ; CHECK: cmpxchgl 80 ; CHECK: cmpxchgl 85 ; CHECK: cmpxchgl 90 ; CHECK: cmpxchgl [all...] |
cmpxchg-i1.ll | 5 ; CHECK: cmpxchgl 35 ; CHECK-DAG: cmpxchgl 47 ; CHECK: cmpxchgl 64 ; CHECK: cmpxchgl [[NEW]], (%rdi)
|
2008-09-17-inline-asm-1.ll | 23 %asmtmp = tail call { i32, i32 } asm "movl $0, %eax\0A\090:\0A\09test %eax, %eax\0A\09je 1f\0A\09movl %eax, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{ax},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind 24 %asmtmp2 = tail call { i32, i32 } asm "movl $0, %edx\0A\090:\0A\09test %edx, %edx\0A\09je 1f\0A\09movl %edx, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{dx},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind
|
2010-09-16-asmcrash.ll | 43 %0 = call i8 asm sideeffect "\09lock ; \09\09\09cmpxchgl $2,$1 ;\09 sete\09$0 ;\09\091:\09\09\09\09# atomic_cmpset_int", "={ax},=*m,r,{ax},*m,~{memory},~{dirflag},~{fpsr},~{flags}"(i32* %tmp4, i32 undef, i32 undef, i32* %tmp4) nounwind, !srcloc !0
|
atomic-dagsched.ll | 102 ; CHECK-NOT: cmpxchgl
|
/hardware/intel/common/libwsbm/src/ |
wsbm_atomic.h | 69 __asm__ __volatile__("lock; cmpxchgl %k1,%2":"=a"(previous)
|
/bionic/libc/private/ |
bionic_atomic_x86.h | 37 __asm__ __volatile__ ("lock; cmpxchgl %1, %2"
|
/system/core/include/cutils/ |
atomic-x86.h | 76 __asm__ __volatile__ ("lock; cmpxchgl %1, %2"
|
atomic-x86_64.h | 84 __asm__ __volatile__ ("lock; cmpxchgl %1, %2"
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
sp_counted_base_gcc_x86.hpp | 86 "cmpxchgl %2, %0\n\t"
|
/external/valgrind/main/none/tests/amd64/ |
xacq_xrel.c | 150 "xacquire lock cmpxchgl %k1, (%0)" "\n\t" 151 "xrelease lock cmpxchgl %k1, (%0)" "\n\t"
|
/external/chromium_org/base/ |
atomicops_internals_x86_gcc.h | 35 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/openssl/crypto/ |
x86_64cpuid.S | 18 cmpxchgl %r8d,(%rdi)
|
x86_64cpuid.pl | 38 cmpxchgl %r8d,($arg1)
|
/art/compiler/utils/x86/ |
assembler_x86.h | 427 void cmpxchgl(const Address& address, Register reg); 448 lock()->cmpxchgl(address, reg);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 59 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_atomic.h | 271 " cmpxchgl %2,%1 ; "
|
/external/chromium_org/v8/src/base/ |
atomicops_internals_x86_gcc.h | 34 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/valgrind/main/helgrind/tests/ |
annotate_hbefore.c | 125 "lock; cmpxchgl %%ebx,(%%edi)" "\n\t"
|
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 468 void cmpxchgl(const Address& address, CpuRegister reg); 490 lock()->cmpxchgl(address, reg);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-x86.h | 76 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-x86.h | 76 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/valgrind/main/VEX/test/ |
test-amd64.c | 915 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfbca7654); 919 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfffefdfc); 923 TEST_CMPXCHG(cmpxchgl, "", "=m", 0xfbca7654); 927 TEST_CMPXCHG(cmpxchgl, "", "=m", 0xfffefdfc); [all...] |
test-i386.c | 877 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfbca7654); 881 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfffefdfc); 885 TEST_CMPXCHG(cmpxchgl, "", "=m", 0xfbca7654); 889 TEST_CMPXCHG(cmpxchgl, "", "=m", 0xfffefdfc); [all...] |