Home
last modified time | relevance | path

Searched defs:xchg (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/MC/X86/
Dintel-syntax.s453 xchg RAX, RCX label
454 xchg RCX, RAX label
455 xchg EAX, ECX label
456 xchg ECX, EAX label
457 xchg AX, CX label
458 xchg CX, AX label
466 xchg RAX, [ECX] label
467 xchg [ECX], RAX label
468 xchg EAX, [ECX] label
469 xchg [ECX], EAX label
[all …]
Dx86-64.s884 xchg 0xdeadbeef(%rbx,%rcx,8),%bl label
/external/llvm-project/llvm/test/MC/X86/
Dintel-syntax.s519 xchg RAX, RCX label
520 xchg RCX, RAX label
521 xchg EAX, ECX label
522 xchg ECX, EAX label
523 xchg AX, CX label
524 xchg CX, AX label
532 xchg RAX, [ECX] label
533 xchg [ECX], RAX label
534 xchg EAX, [ECX] label
535 xchg [ECX], EAX label
[all …]
Dx86-64.s909 xchg 0xdeadbeef(%rbx,%rcx,8),%bl label
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h196 uptr xchg, in atomic_compare_exchange_strong()
209 u16 xchg, in atomic_compare_exchange_strong()
222 u32 xchg, in atomic_compare_exchange_strong()
235 u64 xchg, in atomic_compare_exchange_strong()
249 typename T::Type xchg, in atomic_compare_exchange_weak()
Dsanitizer_atomic_clang.h75 typename T::Type xchg, in atomic_compare_exchange_strong()
89 typename T::Type xchg, in atomic_compare_exchange_weak()
Dsanitizer_atomic_clang_mips.h67 atomic_uint64_t::Type xchg, in atomic_compare_exchange_strong()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h206 uptr xchg, in atomic_compare_exchange_strong()
219 u16 xchg, in atomic_compare_exchange_strong()
232 u32 xchg, in atomic_compare_exchange_strong()
245 u64 xchg, in atomic_compare_exchange_strong()
259 typename T::Type xchg, in atomic_compare_exchange_weak()
Dsanitizer_atomic_clang.h77 typename T::Type xchg, in atomic_compare_exchange_strong()
91 typename T::Type xchg, in atomic_compare_exchange_weak()
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dxchg.s4 xchg %ecx, (%rsp) label
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c263 static unsigned long xchg(unsigned long *p, unsigned long val) in xchg() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp299 Triangle xchg = list[j]; in generateVertexData() local
/external/igt-gpu-tools/tests/i915/
Dgem_exec_nop.c572 static void xchg(void *array, unsigned i, unsigned j) in xchg() function
Dgem_sync.c764 static void xchg(void *array, unsigned i, unsigned j) in xchg() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2031 Instruction *xchg = set0; in handleLOGOP() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3748 void AssemblerX86Base<TraitsType>::xchg(Type Ty, GPRRegister reg0, in xchg() function
3771 void AssemblerX86Base<TraitsType>::xchg(Type Ty, const Address &addr, in xchg() function