Home
last modified time | relevance | path

Searched refs:cmpxchg_b (Results 1 – 3 of 3) 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
3761 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
3766 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
3772 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
/external/v8/src/ia32/
Dassembler-ia32.h643 void cmpxchg_b(Operand dst, Register src);
Dassembler-ia32.cc779 void Assembler::cmpxchg_b(Operand dst, Register src) { in cmpxchg_b() function in v8::internal::Assembler