Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h256 OP_SHR,/* A B C R[A] := R[B] >> R[C] */ enumerator
H A Dluac.c519 case OP_SHR: in PrintCode()
H A Dlvm.c1508 vmcase(OP_SHR) { in luaV_execute()
1522 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()
H A Dlcode.c1435 lua_assert(OP_ADD <= op && op <= OP_SHR); in codebinexpval()