Searched refs:ASSEMBLE_ATOMIC64_BINOP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 519 #define ASSEMBLE_ATOMIC64_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ macro 2783 ASSEMBLE_ATOMIC64_BINOP(inst, movb, cmpxchgb); \ in AssembleArchInstruction() 2787 ASSEMBLE_ATOMIC64_BINOP(inst, movw, cmpxchgw); \ in AssembleArchInstruction() 2791 ASSEMBLE_ATOMIC64_BINOP(inst, movl, cmpxchgl); \ in AssembleArchInstruction() 2794 ASSEMBLE_ATOMIC64_BINOP(inst, movq, cmpxchgq); \ in AssembleArchInstruction() 2836 #undef ASSEMBLE_ATOMIC64_BINOP
|