Searched refs:luaV_shiftr (Results 1 – 1 of 1) sorted by relevance
767 #define luaV_shiftr(x,y) luaV_shiftl(x,-(y)) macro1453 op_bitwise(L, luaV_shiftr); in luaV_execute()