Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3654 __ xchg_b(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
3659 __ xchg_b(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
3682 __ xchg_b(i.OutputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
/external/v8/src/ia32/
Dassembler-ia32.cc753 void Assembler::xchg_b(Register reg, Operand op) { in xchg_b() function in v8::internal::Assembler