Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.h39 OPR_SHL, OPR_SHR, enumerator
52 #define foldbinop(op) ((op) <= OPR_SHR)
H A Dlcode.c1394 ((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: {
H A Dlparser.c1229 case TK_SHR: return OPR_SHR; in getbinopr()