Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.c517 SETARG_C(getinstruction(fs, e), nresults + 1); in luaK_setreturns()
520 Instruction *pc = &getinstruction(fs, e); in luaK_setreturns()
542 lua_assert(GETARG_C(getinstruction(fs, e)) == 2); in luaK_setoneret()
544 e->u.info = GETARG_A(getinstruction(fs, e)); in luaK_setoneret()
547 SETARG_B(getinstruction(fs, e), 2); in luaK_setoneret()
619 Instruction *pc = &getinstruction(fs, e); in discharge2reg()
841 Instruction ie = getinstruction(fs, e); in jumponcond()
1144 GET_OPCODE(getinstruction(fs, e2)) == OP_CONCAT) { in luaK_posfix()
1145 lua_assert(e1->u.info == GETARG_B(getinstruction(fs, e2))-1); in luaK_posfix()
1147 SETARG_B(getinstruction(fs, e2), e1->u.info); in luaK_posfix()
Dlcode.h44 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) macro
Dlparser.c1499 SETARG_C(getinstruction(fs, &v.v), 1); /* call statement uses no results */ in exprstat()
1516 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL); in retstat()
1517 lua_assert(GETARG_A(getinstruction(fs,&e)) == fs->nactvar); in retstat()