/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 451 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 …]
|
D | x86-64.s | 829 xchg 0xdeadbeef(%rbx,%rcx,8),%bl label
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 201 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()
|
D | sanitizer_atomic_clang.h | 77 typename T::Type xchg, in atomic_compare_exchange_strong() 91 typename T::Type xchg, in atomic_compare_exchange_weak()
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 400 __ 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
|
D | test-disasm-ia32.cc | 670 __ 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/ |
D | lithium-gap-resolver-x87.cc | 374 __ xchg(dst, src); in EmitSwap() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1843 __ 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/ |
D | handler-compiler-x87.cc | 326 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
|
D | ic-x87.cc | 718 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 326 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
|
D | ic-ia32.cc | 718 __ xchg(receiver, Operand(esp, 0)); in StoreIC_PushArgs() local
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_peephole.cpp | 1131 Instruction *xchg = set0; in handleLOGOP() local
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 564 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
|
D | code-stubs-x87.cc | 2372 __ xchg(eax, edx); in GenerateBooleans() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 693 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/ |
D | code-generator-ia32.cc | 1382 __ xchg(i.InputRegister(index), operand); in AssembleArchInstruction() local
|