Searched refs:luaV_shiftr (Results 1 – 3 of 3) sorted by relevance
122 #define luaV_shiftr(x,y) luaV_shiftl(x,intop(-, 0, y)) macro
69 case LUA_OPSHR: return luaV_shiftr(v1, v2); in intarith()
1595 op_bitwise(L, luaV_shiftr);