Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlvm.h122 #define luaV_shiftr(x,y) luaV_shiftl(x,intop(-, 0, y)) macro
H A Dlobject.c69 case LUA_OPSHR: return luaV_shiftr(v1, v2); in intarith()
H A Dlvm.c1595 op_bitwise(L, luaV_shiftr);