Home
last modified time | relevance | path

Searched refs:SET_OPCODE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h90 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
H A Dlparser.c1512 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
/freebsd/contrib/lua/src/
H A Dlopcodes.h115 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
H A Dlcode.c1861 SET_OPCODE(*pc, OP_RETURN); in luaK_finish()
H A Dlparser.c1826 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat()