/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 162 ; X64: cmpxchgl 167 ; 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...] |
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
|
/external/kernel-headers/original/asm-x86/ |
cmpxchg_32.h | 137 __asm__ __volatile__(LOCK_PREFIX "cmpxchgl %1,%2" 170 __asm__ __volatile__("lock; cmpxchgl %1,%2" 197 __asm__ __volatile__("cmpxchgl %1,%2"
|
/bionic/libc/private/ |
bionic_atomic_x86.h | 45 __asm__ __volatile__ ("lock; cmpxchgl %1, %2"
|
/system/core/include/cutils/ |
atomic-x86.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/chromium_org/third_party/openssl/openssl/crypto/ |
x86_64cpuid.S | 18 cmpxchgl %r8d,(%rdi)
|
x86_64cpuid.pl | 38 cmpxchgl %r8d,($arg1)
|
/external/openssl/crypto/ |
x86_64cpuid.S | 18 cmpxchgl %r8d,(%rdi)
|
x86_64cpuid.pl | 38 cmpxchgl %r8d,($arg1)
|
/art/compiler/utils/x86/ |
assembler_x86.h | 425 void cmpxchgl(const Address& address, Register reg); 445 lock()->cmpxchgl(address, reg);
|
/external/chromium/base/ |
atomicops_internals_x86_gcc.h | 33 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/chromium_org/base/ |
atomicops_internals_x86_gcc.h | 36 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/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/v8/src/ |
atomicops_internals_x86_gcc.h | 55 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/v8/src/ |
atomicops_internals_x86_gcc.h | 55 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/external/valgrind/main/helgrind/tests/ |
annotate_hbefore.c | 125 "lock; cmpxchgl %%ebx,(%%edi)" "\n\t"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
compatibility.h | 203 __asm__ __volatile__("lock; cmpxchgl %1,%2"
|
/art/compiler/utils/mips/ |
assembler_mips.h | 334 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...] |