Searched refs:OPR_SHR (Results 1 – 3 of 3) sorted by relevance
32 OPR_SHL, OPR_SHR, enumerator45 #define foldbinop(op) ((op) <= OPR_SHR)
1366 ((baser == OPR_ADD && opr <= OPR_SHR) || in binopr2op()1385 lua_assert(OPR_ADD <= opr && opr <= OPR_SHR); in binopr2TM()1659 case OPR_SHL: case OPR_SHR: { in luaK_infix()1761 case OPR_SHR: { in luaK_posfix()
1219 case TK_SHR: return OPR_SHR; in getbinopr()