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.c850 if (res != GETARG_k(inst)) /* condition failed? */ in luaV_finishOp()
1106 #define docondjump() if (cond != GETARG_k(i)) pc++; else donextjump(ci);
1532 int flip = GETARG_k(i); in luaV_execute()
1542 int flip = GETARG_k(i); in luaV_execute()
1672 if (l_isfalse(rb) == GETARG_k(i)) in luaV_execute()
H A Dluac.c350 int isk=GETARG_k(i); in PrintCode()
H A Dlcode.c269 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg()
1114 SETARG_k(*pc, (GETARG_k(*pc) ^ 1)); in negatecondition()
H A Dldebug.c544 if (GETARG_k(i)) /* is 'c' a constant? */ in rkname()
H A Dltests.c692 GETARG_k(i) ? " (k)" : ""); in buildop()