HomeSort by relevance Sort by last modified time
    Searched refs:cmpxchg (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/valgrind/main/none/tests/amd64/
cmpxchg.stdout.exp 0 cmpxchg %bl,%cl (al=22 bl=44 cl=33)
3 cmpxchg %bl,%cl (al=77 bl=55 cl=55)
5 cmpxchg %bx,%cx (ax=2222 bx=4444 cx=3333)
7 cmpxchg %bx,%cx (ax=7777 bx=5555 cx=5555)
9 cmpxchg %ebx,%ecx (eax=22222222 ebx=44444444 ecx=33333333)
11 cmpxchg %ebx,%ecx (eax=77777777 ebx=55555555 ecx=55555555)
13 cmpxchg %rbx,%rcx (rax=222222222 rbx=444444444 rcx=333333333)
15 cmpxchg %rbx,%rcx (rax=777777777 rbx=555555555 rcx=555555555)
  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 24 #include <asm/cmpxchg.h>
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 25 #include <asm/cmpxchg.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 24 #include <asm/cmpxchg.h>
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 25 #include <asm/cmpxchg.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 17 #include <asm/cmpxchg.h>
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 18 #include <asm/cmpxchg.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 17 #include <asm/cmpxchg.h>
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 18 #include <asm/cmpxchg.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 17 #include <asm/cmpxchg.h>
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 18 #include <asm/cmpxchg.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 17 #include <asm/cmpxchg.h>
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 18 #include <asm/cmpxchg.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 17 #include <asm/cmpxchg.h>
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 18 #include <asm/cmpxchg.h>
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 24 #include <asm/cmpxchg.h>
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 25 #include <asm/cmpxchg.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 24 #include <asm/cmpxchg.h>
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
system_32.h 25 #include <asm/cmpxchg.h>
  /bionic/libc/kernel/arch-mips/asm/
cmpxchg.h 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) macro
29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
30 #include <asm-generic/cmpxchg-local.h>
system.h 26 #include <asm/cmpxchg.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cmpxchg.h 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) macro
29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
30 #include <asm-generic/cmpxchg-local.h>
  /external/kernel-headers/original/asm-mips/
cmpxchg.h 71 * if something tries to do an invalid cmpxchg().
104 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) macro
110 cmpxchg((ptr), (o), (n)); \
120 #include <asm-generic/cmpxchg-local.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cmpxchg.h 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) macro
29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
30 #include <asm-generic/cmpxchg-local.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cmpxchg.h 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) macro
29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
30 #include <asm-generic/cmpxchg-local.h>

Completed in 438 milliseconds

1 2 3