Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.h116 #define luaV_shiftr(x,y) luaV_shiftl(x,intop(-, 0, y)) macro
H A Dlobject.c65 case LUA_OPSHR: return luaV_shiftr(v1, v2); in intarith()
H A Dlvm.c1509 op_bitwise(L, luaV_shiftr); in luaV_execute()