Home
last modified time | relevance | path

Searched refs:OP_MUL (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h173 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator
H A Dprint.c125 case OP_MUL: in PrintCode()
H A Dlcode.c635 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()
H A Dlvm.c482 case OP_MUL: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h190 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator
H A Dldebug.c481 case OP_MUL: tm = TM_MUL; break; in getfuncname()
H A Dlvm.c490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
684 vmcase(OP_MUL, in luaV_execute()