Searched refs:NO_REG (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.c | 135 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 D | ldebug.c | 419 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 D | lopcodes.h | 136 #define NO_REG MAXARG_A macro
|
| H A D | lparser.c | 226 init_exp(var, VGLOBAL, NO_REG); /* default is global variable */ in singlevaraux()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 133 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 D | lopcodes.h | 152 #define NO_REG MAXARG_A macro
|