Searched refs:GETARG_k (Results 1 – 6 of 6) sorted by relevance
137 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) macro
842 if (res != GETARG_k(inst)) /* condition failed? */ in luaV_finishOp()1098 #define docondjump() if (cond != GETARG_k(i)) pc++; else donextjump(ci);1531 int flip = GETARG_k(i); in luaV_execute()1541 int flip = GETARG_k(i); in luaV_execute()1671 if (l_isfalse(rb) == GETARG_k(i)) in luaV_execute()
350 int isk=GETARG_k(i); in PrintCode()
268 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg()1112 SETARG_k(*pc, (GETARG_k(*pc) ^ 1)); in negatecondition()
448 if (GETARG_k(i)) /* is 'c' a constant? */ in rkname()
692 GETARG_k(i) ? " (k)" : ""); in buildop()