Searched refs:cmpxchg_b (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3707 __ 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/ |
D | assembler-ia32.h | 643 void cmpxchg_b(Operand dst, Register src);
|
D | assembler-ia32.cc | 779 void Assembler::cmpxchg_b(Operand dst, Register src) { in cmpxchg_b() function in v8::internal::Assembler
|