Searched defs:xchgw (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32.s | 956 xchgw %ax, %ax label
|
D | x86-64.s | 1185 xchgw %ax, %ax label
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 925 xchgw %ax, %ax label
|
D | x86-32.s | 1053 xchgw %ax, %ax label
|
D | x86-64.s | 1345 xchgw %ax, %ax label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | x86-16.s | 937 xchgw %ax, %ax label
|
D | x86-32.s | 1069 xchgw %ax, %ax label
|
D | I86-64.s | 4593 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
|
D | x86-64.s | 1364 xchgw %ax, %ax label
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2673 __ 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/ |
D | assembler-x64.cc | 2285 void Assembler::xchgw(Register reg, Operand op) { in xchgw() function in v8::internal::Assembler
|