Home
last modified time | relevance | path

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

/external/llvm/test/MC/X86/
Dintel-syntax.s451 xchg RAX, RCX label
452 xchg RCX, RAX label
453 xchg EAX, ECX label
454 xchg ECX, EAX label
455 xchg AX, CX label
456 xchg CX, AX label
464 xchg RAX, [ECX] label
465 xchg [ECX], RAX label
466 xchg EAX, [ECX] label
467 xchg [ECX], EAX label
[all …]
Dx86-64.s829 xchg 0xdeadbeef(%rbx,%rcx,8),%bl label
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h193 uptr xchg, in atomic_compare_exchange_strong()
206 u16 xchg, in atomic_compare_exchange_strong()
219 u32 xchg, in atomic_compare_exchange_strong()
232 u64 xchg, in atomic_compare_exchange_strong()
246 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/v8/test/cctest/
Dtest-disasm-x87.cc390 __ xchg(eax, eax); in TEST() local
391 __ xchg(eax, ebx); in TEST() local
392 __ xchg(ebx, ebx); in TEST() local
393 __ xchg(ebx, Operand(esp, 12)); in TEST() local
Dtest-disasm-ia32.cc463 __ xchg(eax, eax); in TEST() local
464 __ xchg(eax, ebx); in TEST() local
465 __ xchg(ebx, ebx); in TEST() local
466 __ xchg(ebx, Operand(esp, 12)); in TEST() local
/external/v8/src/x87/
Dlithium-gap-resolver-x87.cc368 __ xchg(dst, src); in EmitSwap() local
Dassembler-x87.cc560 void Assembler::xchg(Register dst, Register src) { in xchg() function in v8::internal::Assembler
571 void Assembler::xchg(Register dst, const Operand& src) { in xchg() function in v8::internal::Assembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc891 __ xchg(dst, src); in AssembleSwap() local
894 __ xchg(g.ToRegister(source), g.ToOperand(destination)); in AssembleSwap() local
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc364 __ xchg(dst, src); in EmitSwap() local
Dassembler-ia32.cc627 void Assembler::xchg(Register dst, Register src) { in xchg() function in v8::internal::Assembler
638 void Assembler::xchg(Register dst, const Operand& src) { in xchg() function in v8::internal::Assembler
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1131 Instruction *xchg = set0; in handleLOGOP() local