Home
last modified time | relevance | path

Searched defs:xchg (Results 1 – 17 of 17) 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.h201 uptr xchg, in atomic_compare_exchange_strong()
214 u16 xchg, in atomic_compare_exchange_strong()
227 u32 xchg, in atomic_compare_exchange_strong()
240 u64 xchg, in atomic_compare_exchange_strong()
254 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.cc400 __ xchg(eax, eax); in TEST() local
401 __ xchg(eax, ebx); in TEST() local
402 __ xchg(ebx, ebx); in TEST() local
403 __ xchg(ebx, Operand(esp, 12)); in TEST() local
Dtest-disasm-ia32.cc670 __ xchg(eax, eax); in TEST() local
671 __ xchg(eax, ebx); in TEST() local
672 __ xchg(ebx, ebx); in TEST() local
673 __ xchg(ebx, Operand(esp, 12)); in TEST() local
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc374 __ xchg(dst, src); in EmitSwap() local
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1843 __ xchg(i.InputRegister(index), operand); in AssembleArchInstruction() local
2540 __ xchg(dst, src); in AssembleSwap() local
2543 __ xchg(g.ToRegister(source), g.ToOperand(destination)); in AssembleSwap() local
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc326 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
Dic-x87.cc718 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc326 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
Dic-ia32.cc718 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1131 Instruction *xchg = set0; in handleLOGOP() local
/external/v8/src/x87/
Dassembler-x87.cc564 void Assembler::xchg(Register dst, Register src) { in xchg() function in v8::internal::Assembler
575 void Assembler::xchg(Register dst, const Operand& src) { in xchg() function in v8::internal::Assembler
Dcode-stubs-x87.cc2372 __ xchg(eax, edx); in GenerateBooleans() local
/external/v8/src/ia32/
Dassembler-ia32.cc693 void Assembler::xchg(Register dst, Register src) { in xchg() function in v8::internal::Assembler
704 void Assembler::xchg(Register dst, const Operand& src) { in xchg() function in v8::internal::Assembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1382 __ xchg(i.InputRegister(index), operand); in AssembleArchInstruction() local