Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c135 if (reg != NO_REG && reg != GETARG_B(*i)) in patchtestreg()
146 patchtestreg(fs, list, NO_REG); in removevalues()
164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc()
174 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist()
535 return condjump(fs, OP_TESTSET, NO_REG, e->u.s.info, cond); in jumponcond()
H A Dldebug.c419 if (reg != NO_REG && pc < dest && dest <= lastpc) in symbexec()
459 if (reg != NO_REG) /* tracing? */ in symbexec()
485 return (symbexec(pt, pt->sizecode, NO_REG) != 0); in luaG_checkcode()
H A Dlopcodes.h136 #define NO_REG MAXARG_A macro
H A Dlparser.c226 init_exp(var, VGLOBAL, NO_REG); /* default is global variable */ in singlevaraux()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c133 if (reg != NO_REG && reg != GETARG_B(*i)) in patchtestreg()
144 patchtestreg(fs, list, NO_REG); in removevalues()
162 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc()
172 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist()
615 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond); in jumponcond()
H A Dlopcodes.h152 #define NO_REG MAXARG_A macro