Searched refs:GETARG_k (Results 1 – 5 of 5) sorted by relevance
837 if (res != GETARG_k(inst)) /* condition failed? */ in luaV_finishOp()1076 #define docondjump() if (cond != GETARG_k(i)) pc++; else donextjump(ci);1481 int flip = GETARG_k(i); in luaV_execute()1490 int flip = GETARG_k(i); in luaV_execute()1608 if (l_isfalse(rb) == GETARG_k(i)) in luaV_execute()
137 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) macro
351 int isk=GETARG_k(i); in PrintCode()
447 if (GETARG_k(i)) /* is 'c' a constant? */ in rkname()
267 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg()1087 SETARG_k(*pc, (GETARG_k(*pc) ^ 1)); in negatecondition()
Completed in 14 milliseconds