Searched refs:OP_DIV (Results 1 – 10 of 10) sorted by relevance
276 #define OP_DIV 032 macro285 #define OP_F_DIV OP_DIV
174 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
126 case OP_DIV: in PrintCode()
636 case OP_DIV: in constfolding()770 case OPR_DIV: codearith(fs, OP_DIV, e1, e2); break; in luaK_posfix()
486 case OP_DIV: { in luaV_execute()
191 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
714 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()719 if (op == OP_DIV && e1->u.nval == INT64_MIN && e2->u.nval == -1) in constfolding()
482 case OP_DIV: tm = TM_DIV; break; in getfuncname()
490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()690 vmcase(OP_DIV, in luaV_execute()
216 case OP_DIV: in md_printins()