Searched refs:getinstruction (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lcode.h | 55 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) macro
|
H A D | lcode.c | 729 Instruction *pc = &getinstruction(fs, e); in luaK_setreturns() 764 lua_assert(GETARG_C(getinstruction(fs, e)) == 2); in luaK_setoneret() 766 e->u.info = GETARG_A(getinstruction(fs, e)); in luaK_setoneret() 769 SETARG_C(getinstruction(fs, e), 2); in luaK_setoneret() 863 Instruction *pc = &getinstruction(fs, e); in discharge2reg() 1124 Instruction ie = getinstruction(fs, e); in jumponcond()
|
H A D | lparser.c | 1807 inst = &getinstruction(fs, &v.v); in exprstat() 1826 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat() 1827 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()
|