Searched refs:COMPOUND_OP (Results 1 – 1 of 1) sorted by relevance
5111 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro5115 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()5116 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()5117 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()5118 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()5119 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()5120 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()5121 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()5122 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()5123 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()[all …]