Searched refs:ASSEMBLE_ATOMIC_BINOP_SIGN_EXT (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 636 #define ASSEMBLE_ATOMIC_BINOP_SIGN_EXT(bin_inst, load_inst, store_inst, \ macro 2169 ASSEMBLE_ATOMIC_BINOP_SIGN_EXT(inst, lbarx, stbcx, extsb); \ in AssembleArchInstruction() 2175 ASSEMBLE_ATOMIC_BINOP_SIGN_EXT(inst, lharx, sthcx, extsh); \ in AssembleArchInstruction() 2181 ASSEMBLE_ATOMIC_BINOP_SIGN_EXT(inst, lwarx, stwcx, extsw); \ in AssembleArchInstruction()
|