Home
last modified time | relevance | path

Searched refs:ASSEMBLE_ATOMIC_COMPARE_EXCHANGE (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc687 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE(cmp_inst, load_inst, store_inst) \ macro
2022 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE(cmp, lbarx, stbcx); in AssembleArchInstruction()
2028 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE(cmp, lharx, sthcx); in AssembleArchInstruction()
2031 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE(cmpw, lwarx, stwcx); in AssembleArchInstruction()