Searched refs:VJMP (Results 1 – 4 of 4) sorted by relevance
452 lua_assert(e->k == VVOID || e->k == VJMP); in discharge2reg()471 if (e->k == VJMP) in exp2reg()478 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()626 case VJMP: { in luaK_goiftrue()650 case VJMP: { in luaK_goiffalse()680 case VJMP: { in codenot()764 e1->k = VJMP; in codecomp()
30 VJMP, /* info = instruction pc */ enumerator
55 VJMP, /* expression is a test/comparison; enumerator
873 lua_assert(e->k == VJMP); in discharge2reg()923 if (e->k == VJMP) /* expression itself is a test? */ in exp2reg()930 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()1144 case VJMP: { /* condition? */ in luaK_goiftrue()1171 case VJMP: { in luaK_goiffalse()1203 case VJMP: { in codenot()1580 e1->k = VJMP; in codeorder()1612 e1->k = VJMP; in codeeq()