Searched defs:xchgb (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | I86-64.s | 4553 xchgb %r14b, 485498096 label 4557 xchgb %r14b, 64(%rdx) label 4561 xchgb %r14b, 64(%rdx,%rax,4) label 4565 xchgb %r14b, -64(%rdx,%rax,4) label 4569 xchgb %r14b, 64(%rdx,%rax) label 4573 xchgb %r14b, %r14b label 4577 xchgb %r14b, (%rdx) label
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2663 __ xchgb(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local 2668 __ xchgb(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local 2742 __ xchgb(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 2273 void Assembler::xchgb(Register reg, Operand op) { in xchgb() function in v8::internal::Assembler
|