Home
last modified time | relevance | path

Searched defs:xchgw (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s956 xchgw %ax, %ax label
Dx86-64.s1185 xchgw %ax, %ax label
/external/llvm/test/MC/X86/
Dx86-16.s925 xchgw %ax, %ax label
Dx86-32.s1053 xchgw %ax, %ax label
Dx86-64.s1345 xchgw %ax, %ax label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dx86-16.s937 xchgw %ax, %ax label
Dx86-32.s1069 xchgw %ax, %ax label
DI86-64.s4593 xchgw %r14w, 485498096 label
4597 xchgw %r14w, 64(%rdx) label
4601 xchgw %r14w, 64(%rdx,%rax,4) label
4605 xchgw %r14w, -64(%rdx,%rax,4) label
4609 xchgw %r14w, 64(%rdx,%rax) label
4613 xchgw %r14w, %r14w label
4617 xchgw %r14w, (%rdx) label
Dx86-64.s1364 xchgw %ax, %ax label
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2673 __ xchgw(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
2678 __ xchgw(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
2747 __ xchgw(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
/external/v8/src/x64/
Dassembler-x64.cc2285 void Assembler::xchgw(Register reg, Operand op) { in xchgw() function in v8::internal::Assembler