Searched refs:OP_SUB (Results 1 – 4 of 4) sorted by relevance
188 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
338 case OP_SUB: in PrintCode()
429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()620 vmcase(OP_SUB, in luaV_execute()
466 case OP_SUB: tm = TM_SUB; break; in getfuncname()