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.h91 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
H A Dlparser.c1513 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.c1865 SET_OPCODE(*pc, OP_RETURN); in luaK_finish()
H A Dlparser.c1825 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat()