Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3707 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
3713 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
3736 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
/external/v8/src/ia32/
Dassembler-ia32.cc779 void Assembler::cmpxchg_b(Operand dst, Register src) { in cmpxchg_b() function in v8::internal::Assembler