Searched refs:OPR_ADD (Results 1 – 3 of 3) sorted by relevance
28 OPR_ADD, OPR_SUB, OPR_MUL, OPR_MOD, OPR_POW, enumerator
1455 if (op == OPR_ADD && isSCint(e2)) /* immediate operand? */ in codecommutative()1589 case OPR_ADD: case OPR_SUB: in luaK_infix()1665 case OPR_ADD: case OPR_MUL: { in luaK_posfix()
1198 case '+': return OPR_ADD; in getbinopr()