Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/lua/
HDlopcodes.h91 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
HDlparser.c1513 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
/freebsd-head/contrib/lua/src/
HDlopcodes.h115 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
HDlcode.c1861 SET_OPCODE(*pc, OP_RETURN); in luaK_finish()
HDlparser.c1826 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat()