Searched defs:cmpxchg_b (Results 1 – 2 of 2) sorted by relevance
3574 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local3580 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
805 void Assembler::cmpxchg_b(Operand dst, Register src) { in cmpxchg_b() function in v8::internal::Assembler