Searched refs:OP_SHR (Results 1 – 4 of 4) sorted by relevance
255 OP_SHR,/* A B C R[A] := R[B] >> R[C] */ enumerator
520 case OP_SHR: in PrintCode()
1377 lua_assert(OP_ADD <= op && op <= OP_SHR); in codebinexpval()1698 codebinexpval(fs, OP_SHR, e1, e2, line); in luaK_posfix()
1460 vmcase(OP_SHR) { in luaV_execute()1473 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()
Completed in 29 milliseconds