Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h255 OP_SHL,/* A B C R[A] := R[B] << R[C] */ enumerator
H A Dluac.c516 case OP_SHL: in PrintCode()
H A Dlvm.c1512 vmcase(OP_SHL) { in luaV_execute()