Searched refs:VJMP (Results 1 – 2 of 2) sorted by relevance
451 lua_assert(e->k == VVOID || e->k == VJMP); in discharge2reg()470 if (e->k == VJMP) in exp2reg()477 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()625 case VJMP: { in luaK_goiftrue()649 case VJMP: { in luaK_goiffalse()679 case VJMP: { in codenot()758 e1->k = VJMP; in codecomp()
30 VJMP, /* info = instruction pc */ enumerator