Home
last modified time | relevance | path

Searched refs:OPR_SHR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlcode.h32 OPR_SHL, OPR_SHR, enumerator
45 #define foldbinop(op) ((op) <= OPR_SHR)
H A Dlcode.c1366 ((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()
H A Dlparser.c1219 case TK_SHR: return OPR_SHR; in getbinopr()