Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h115 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
Dlcode.c1797 SET_OPCODE(*pc, OP_RETURN); in luaK_finish()
Dlparser.c1855 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat()