Searched refs:OP_MUL (Results 1 – 4 of 4) sorted by relevance
189 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator
339 case OP_MUL: in PrintCode()
429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()623 vmcase(OP_MUL, in luaV_execute()
467 case OP_MUL: tm = TM_MUL; break; in getfuncname()