Searched refs:NO_REG (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 136 if (reg != NO_REG && reg != GETARG_B(*i)) in patchtestreg() 147 patchtestreg(fs, list, NO_REG); in removevalues() 165 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc() 175 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist() 618 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond); in jumponcond()
|
H A D | lopcodes.h | 151 #define NO_REG MAXARG_A macro
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 182 #define NO_REG MAXARG_A macro
|
H A D | lcode.c | 263 if (reg != NO_REG && reg != GETARG_B(*i)) in patchtestreg() 279 patchtestreg(fs, list, NO_REG); in removevalues() 308 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist() 1133 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, 0, cond); in jumponcond()
|