Searched refs:OP_SHL (Results 1 – 4 of 4) sorted by relevance
199 OP_SHL,/* A B C R(A) := RK(B) << RK(C) */ enumerator
358 case OP_SHL: in PrintCode()
663 case OP_BAND: case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR: in luaV_finishOp()971 vmcase(OP_SHL) { in luaV_execute()
519 case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR: { in funcnamefromcode()