Searched refs:getinstruction (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/lua/src/
H A Dlcode.h55 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) macro
H A Dlcode.c729 Instruction *pc = &getinstruction(fs, e);
764 lua_assert(GETARG_C(getinstruction(fs, e)) == 2);
766 e->u.info = GETARG_A(getinstruction(fs, e));
769 SETARG_C(getinstruction(fs, e), 2);
863 Instruction *pc = &getinstruction(fs, e);
1124 Instruction ie = getinstruction(fs, e);
H A Dlparser.c1807 inst = &getinstruction(fs, &v.v);
1826 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL);
1827 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs));

Completed in 169 milliseconds