Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h175 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
H A Dlcode.c639 case OP_MOD: in constfolding()
771 case OPR_MOD: codearith(fs, OP_MOD, e1, e2); break; in luaK_posfix()
H A Dlvm.c490 case OP_MOD: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h192 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
H A Dldebug.c483 case OP_MOD: tm = TM_MOD; break; in getfuncname()
H A Dlvm.c491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
693 vmcase(OP_MOD, in luaV_execute()
H A Dlcode.c714 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()