Searched refs:getinstruction (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcode.c | 735 Instruction *pc = &getinstruction(fs, e); in luaK_setreturns() 770 lua_assert(GETARG_C(getinstruction(fs, e)) == 2); in luaK_setoneret() 772 e->u.info = GETARG_A(getinstruction(fs, e)); in luaK_setoneret() 775 SETARG_C(getinstruction(fs, e), 2); in luaK_setoneret() 871 Instruction *pc = &getinstruction(fs, e); in discharge2reg() 1134 Instruction ie = getinstruction(fs, e); in jumponcond()
|
H A D | lcode.h | 62 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) macro
|
H A D | lparser.c | 1821 inst = &getinstruction(fs, &v.v); in exprstat() 1840 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat() 1841 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()
|