Searched refs:OP_MUL (Results 1 – 7 of 7) sorted by relevance
173 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator
125 case OP_MUL: in PrintCode()
635 case OP_MUL: r = luai_nummul(v1, v2); break; in constfolding()769 case OPR_MUL: codearith(fs, OP_MUL, e1, e2); break; in luaK_posfix()
482 case OP_MUL: { in luaV_execute()
190 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator
481 case OP_MUL: tm = TM_MUL; break; in getfuncname()
490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()684 vmcase(OP_MUL, in luaV_execute()