Searched refs:OPR_SHR (Results 1 – 3 of 3) sorted by relevance
39 OPR_SHL, OPR_SHR, enumerator52 #define foldbinop(op) ((op) <= OPR_SHR)
1394 ((baser == OPR_ADD && opr <= OPR_SHR) ||1413 lua_assert(OPR_ADD <= opr && opr <= OPR_SHR);1692 case OPR_SHL: case OPR_SHR: {1798 case OPR_SHR: {
1229 case TK_SHR: return OPR_SHR; in getbinopr()