Home
last modified time | relevance | path

Searched defs:xchg_w (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3664 __ xchg_w(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
3669 __ xchg_w(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
3688 __ xchg_w(i.OutputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
/external/v8/src/ia32/
Dassembler-ia32.cc760 void Assembler::xchg_w(Register reg, Operand op) { in xchg_w() function in v8::internal::Assembler