Searched refs:OP_DIV (Results 1 – 5 of 5) sorted by relevance
190 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
340 case OP_DIV: in PrintCode()
429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()626 vmcase(OP_DIV, in luaV_execute()
468 case OP_DIV: tm = TM_DIV; break; in getfuncname()
716 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()