Searched refs:OP_SUB (Results 1 – 8 of 8) sorted by relevance
294 #define OP_SUB 042 macro303 #define OP_F_SUB OP_SUB
172 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
124 case OP_SUB: in PrintCode()
634 case OP_SUB: r = luai_numsub(v1, v2); break; in constfolding()768 case OPR_SUB: codearith(fs, OP_SUB, e1, e2); break; in luaK_posfix()
478 case OP_SUB: { in luaV_execute()
189 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
480 case OP_SUB: tm = TM_SUB; break; in getfuncname()
490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()681 vmcase(OP_SUB, in luaV_execute()