Searched refs:SETARG_A (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 50 SETARG_A(*previous, from); in luaK_nil() 137 SETARG_A(*i, reg); in patchtestreg() 187 SETARG_A(fs->f->code[list], level); in luaK_patchclose() 366 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns() 443 SETARG_A(*pc, reg); in discharge2reg() 603 SETARG_A(*pc, !(GETARG_A(*pc))); in invertjump()
|
H A D | lopcodes.h | 98 #define SETARG_A(i,v) setarg(i, v, POS_A, SIZE_A) macro
|
/freebsd/contrib/lua/src/ |
H A D | lcode.c | 141 SETARG_A(*previous, from); in luaK_nil() 264 SETARG_A(*i, reg); in patchtestreg() 735 SETARG_A(*pc, fs->freereg); in luaK_setreturns() 864 SETARG_A(*pc, reg); /* instruction will put result in 'reg' */ in discharge2reg() 1695 SETARG_A(*ie2, e1->u.info); /* correct first element ('e1') */ in codeconcat()
|
H A D | lopcodes.h | 126 #define SETARG_A(i,v) setarg(i, v, POS_A, SIZE_A) macro
|