Home
last modified time | relevance | path

Searched refs:getCMode (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h256 #define getCMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 2) & 3)) macro
H A Dprint.c96 if (getCMode(o)!=OpArgN) printf(" %d",ISK(c) ? (-1-INDEXK(c)) : c); in PrintCode()
H A Dlcode.c807 lua_assert(getCMode(o) != OpArgN || c == 0); in luaK_codeABC()
814 lua_assert(getCMode(o) == OpArgN); in luaK_codeABx()
H A Dlvm.c350 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
353 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
H A Dldebug.c335 check(checkArgMode(pt, c, getCMode(op))); in symbexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h277 #define getCMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 2) & 3)) macro
H A Dlcode.c228 lua_assert(getCMode(o) != OpArgN || c == 0); in luaK_codeABC()
236 lua_assert(getCMode(o) == OpArgN); in luaK_codeABx()
H A Dlvm.c553 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
556 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \