Searched refs:VJMP (Results 1 – 4 of 4) sorted by relevance
453 lua_assert(e->k == VVOID || e->k == VJMP); in discharge2reg()472 if (e->k == VJMP) in exp2reg()479 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()627 case VJMP: { in luaK_goiftrue()651 case VJMP: { in luaK_goiffalse()681 case VJMP: { in codenot()765 e1->k = VJMP; in codecomp()
31 VJMP, /* info = instruction pc */ enumerator
55 VJMP, /* expression is a test/comparison; enumerator
875 lua_assert(e->k == VJMP); in discharge2reg()925 if (e->k == VJMP) /* expression itself is a test? */ in exp2reg()932 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()996 if (e->k == VJMP || hasjumps(e)) in luaK_exp2val()1146 case VJMP: { /* condition? */ in luaK_goiftrue()1173 case VJMP: { in luaK_goiffalse()1205 case VJMP: { in codenot()1584 e1->k = VJMP; in codeorder()1616 e1->k = VJMP; in codeeq()