HomeSort by relevance Sort by last modified time
    Searched full:xchg (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
xchg64.asm 2 xchg ax, ax label
3 xchg ax, bx label
4 xchg bx, ax label
5 xchg eax, eax label
6 xchg eax, ebx label
7 xchg ebx, eax label
8 xchg rax, rax label
9 xchg rax, rbx label
10 xchg rbx, rax label
12 xchg al, a label
13 xchg al, r8b label
14 xchg r8b, al label
16 xchg ax, ax label
17 xchg ax, r8w label
18 xchg r8w, ax label
19 xchg ax, r9w label
20 xchg r9w, ax label
22 xchg eax, eax label
23 xchg eax, r8d label
24 xchg r8d, eax label
25 xchg eax, r9d label
26 xchg r9d, eax label
28 xchg rax, rax label
29 xchg rax, r8 label
30 xchg r8, rax label
31 xchg rax, r9 label
32 xchg r9, rax label
    [all...]
genopcode.asm 47 xchg al, bl label
48 xchg al, [0] label
49 xchg [0], al label
50 xchg ax, bx label
51 xchg cx, ax label
52 xchg [0], ax label
53 xchg [0], cx label
54 xchg cx, [0] label
55 xchg eax, edx label
56 xchg ebx, ea label
57 xchg ecx, ebx label
58 xchg [0], ecx label
59 xchg eax, [0] label
    [all...]
  /external/chromium_org/tools/traceline/traceline/
assembler_unittest.sh.expected 49 93 xchg eax,ebx
50 93 xchg eax,ebx
51 87CC xchg ecx,esp
52 87CC xchg ecx,esp
53 874C2405 xchg ecx,[esp+0x5]
54 874A04 xchg ecx,[edx+0x4]
assembler_unittest.cc 72 cb.xchg(EAX, EAX);
73 cb.xchg(EBX, EAX);
74 cb.xchg(EAX, EBX);
75 cb.xchg(ECX, ESP);
76 cb.xchg(ECX, Operand(ESP));
77 cb.xchg(ECX, Operand(ESP, 5));
78 cb.xchg(ECX, Operand(EDX, 4));
stubs.asm 130 xchg eax, ebx label
131 xchg ebx, ecx label
132 xchg ebx, [esp+4] label
  /external/clang/test/CodeGen/
2010-01-13-MemBarrier.c 9 // CHECK: atomicrmw xchg i32* {{.*}} seq_cst
2008-03-05-syncPtr.c 33 // CHECK: atomicrmw xchg
40 // CHECK: atomicrmw xchg
atomic-ops.c 153 // CHECK: atomicrmw xchg i64*
160 // CHECK: atomicrmw xchg i32*
166 // CHECK: atomicrmw xchg i32*
174 // CHECK: atomicrmw xchg i8*
181 // CHECK: atomicrmw xchg i8* @flag1, i8 1 seq_cst
183 // CHECK: atomicrmw volatile xchg i8* @flag2, i8 1 acquire
Atomics.c 184 sc = __sync_lock_test_and_set (&sc, 1); // CHECK: atomicrmw xchg i8
185 uc = __sync_lock_test_and_set (&uc, 1); // CHECK: atomicrmw xchg i8
186 ss = __sync_lock_test_and_set (&ss, 1); // CHECK: atomicrmw xchg i16
187 us = __sync_lock_test_and_set (&us, 1); // CHECK: atomicrmw xchg i16
188 si = __sync_lock_test_and_set (&si, 1); // CHECK: atomicrmw xchg i32
189 ui = __sync_lock_test_and_set (&ui, 1); // CHECK: atomicrmw xchg i32
190 sll = __sync_lock_test_and_set (&sll, 1); // CHECK: atomicrmw xchg i64
191 ull = __sync_lock_test_and_set (&ull, 1); // CHECK: atomicrmw xchg i64
  /external/kernel-headers/original/asm-mips/
mutex.h 6 * implementation. (see asm-generic/mutex-xchg.h for details)
  /external/llvm/test/Analysis/BasicAA/
cas.ll 10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-xchg-04.ll 13 %res = atomicrmw xchg i64 *%src, i64 %b seq_cst
24 %res = atomicrmw xchg i64 *%ptr, i64 %b seq_cst
36 %res = atomicrmw xchg i64 *%ptr, i64 %b seq_cst
47 %res = atomicrmw xchg i64 *%ptr, i64 %b seq_cst
59 %res = atomicrmw xchg i64 *%ptr, i64 %b seq_cst
72 %res = atomicrmw xchg i64 *%ptr, i64 %b seq_cst
86 %res = atomicrmw xchg i64 *%ptr, i64 3000000000 seq_cst
atomicrmw-xchg-03.ll 13 %res = atomicrmw xchg i32 *%src, i32 %b seq_cst
24 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
35 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
46 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
58 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
69 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
80 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
92 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
105 %res = atomicrmw xchg i32 *%ptr, i32 %b seq_cst
119 %res = atomicrmw xchg i32 *%src, i32 40000 seq_cs
    [all...]
  /external/llvm/test/Assembler/
atomic.ll 19 ; CHECK: atomicrmw volatile xchg i32* %x, i32 10 monotonic
20 atomicrmw volatile xchg i32* %x, i32 10 monotonic
  /external/llvm/test/CodeGen/X86/
2006-07-20-InlineAsm.ll 10 call void asm sideeffect "xchg{l} {$0,$1|$1,$0}", "=*m,=*r,m,1,~{dirflag},~{fpsr},~{flags}"( i32* @G, i32* %X_addr, i32* @G, i32 %X )
19 call void asm sideeffect "xchg{l} {$0,$1|$1,$0}", "=*m,=*r,1,~{dirflag},~{fpsr},~{flags}"( i32* @G, i32* %X_addr, i32 %X )
  /external/llvm/test/CodeGen/PowerPC/
atomic-1.ll 23 %tmp = atomicrmw xchg i32* %mem, i32 1 monotonic
  /external/llvm/test/Transforms/LowerAtomic/
atomic-swap.ll 18 %j = atomicrmw xchg i8* %i, i8 42 monotonic
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 118 xchg [eax], cl // NOLINT local
131 xchg [eax], cx // NOLINT local
160 uptr xchg,
164 (void*volatile*)&a->val_dont_use, (void*)xchg, (void*)cmpv);
174 typename T::Type xchg,
176 return atomic_compare_exchange_strong(a, cmp, xchg, mo);
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 2 * asm-generic/mutex-xchg.h
4 * Generic implementation of the mutex fastpath, based on xchg().
6 * NOTE: An xchg based implementation might be less optimal than an atomic
  /external/stlport/stlport/stl/config/
_watcom.h 140 // xchg has auto-lock
143 "xchg eax, [ecx]" \
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 140 // xchg has auto-lock
143 "xchg eax, [ecx]" \
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 140 // xchg has auto-lock
143 "xchg eax, [ecx]" \
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 140 // xchg has auto-lock
143 "xchg eax, [ecx]" \
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 140 // xchg has auto-lock
143 "xchg eax, [ecx]" \
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 140 // xchg has auto-lock
143 "xchg eax, [ecx]" \

Completed in 453 milliseconds

1 2 3 4 5 6 7 8 91011