Home
last modified time | relevance | path

Searched refs:TESTARG_k (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlvm.c1070 #define RKC(i) ((TESTARG_k(i)) ? k + GETARG_C(i) : s2v(base + GETARG_C(i)))
1374 lua_assert((!TESTARG_k(i)) == (GETARG_Ax(*pc) == 0)); in luaV_execute()
1375 if (TESTARG_k(i)) /* non-zero extra argument? */ in luaV_execute()
1708 if (TESTARG_k(i)) { in luaV_execute()
1729 if (TESTARG_k(i)) { /* may there be open upvalues? */ in luaV_execute()
1861 if (TESTARG_k(i)) { in luaV_execute()
H A Dlopcodes.h136 #define TESTARG_k(i) check_exp(checkopm(i, iABC), (cast_int(((i) & (1u << POS_k))))) macro