Searched refs:OP_MOD (Results 1 – 4 of 4) sorted by relevance
191 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
430 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()629 vmcase(OP_MOD, in luaV_execute()
469 case OP_MOD: tm = TM_MOD; break; in getfuncname()
716 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()