Searched refs:OP_MOD (Results 1 – 7 of 7) sorted by relevance
175 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
639 case OP_MOD: in constfolding()771 case OPR_MOD: codearith(fs, OP_MOD, e1, e2); break; in luaK_posfix()
490 case OP_MOD: { in luaV_execute()
192 OP_MOD,/* A B C R(A) := RK(B) % RK(C) */ enumerator
483 case OP_MOD: tm = TM_MOD; break; in getfuncname()
491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()693 vmcase(OP_MOD, in luaV_execute()
714 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()