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

1 2 3 4 5 6 7 8

  /external/valgrind/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)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
InterlockedCompareExchange32.c 29 lock cmpxchg [ecx], edx local
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Ia32/
InterlockedCompareExchange16.c 48 lock cmpxchg [ecx], dx local
InterlockedCompareExchange32.c 47 lock cmpxchg [ecx], edx local
  /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/r10/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)))
system_32.h 25 #include <asm/cmpxchg.h>
  /prebuilts/ndk/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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 1402 milliseconds

1 2 3 4 5 6 7 8