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

1 2 3 4 5

  /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)
  /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)))
  /prebuilts/ndk/9/platforms/android-12/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)))
  /prebuilts/ndk/9/platforms/android-13/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)))
  /prebuilts/ndk/9/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)))
  /prebuilts/ndk/9/platforms/android-15/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)))
  /prebuilts/ndk/9/platforms/android-16/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)))
  /prebuilts/ndk/9/platforms/android-17/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)))
  /prebuilts/ndk/9/platforms/android-18/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)))
  /prebuilts/ndk/9/platforms/android-19/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)))
  /prebuilts/ndk/9/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)))

Completed in 1813 milliseconds

1 2 3 4 5