Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c767 #define luaV_shiftr(x,y) luaV_shiftl(x,-(y)) macro
1453 op_bitwise(L, luaV_shiftr); in luaV_execute()