Home
last modified time | relevance | path

Searched refs:GETARG_k (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlopcodes.h137 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) macro
H A Dlvm.c842 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()
H A Dluac.c350 int isk=GETARG_k(i); in PrintCode()
H A Dlcode.c268 *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()
H A Dldebug.c448 if (GETARG_k(i)) /* is 'c' a constant? */ in rkname()
H A Dltests.c692 GETARG_k(i) ? " (k)" : ""); in buildop()