Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlcode.c378 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()
391 e->k = VRELOCABLE; in luaK_dischargevars()
402 e->k = VRELOCABLE; in luaK_dischargevars()
440 case VRELOCABLE: { in discharge2reg()
607 if (e->k == VRELOCABLE) { in jumponcond()
683 case VRELOCABLE: in codenot()
688 e->k = VRELOCABLE; in codenot()
740 e1->k = VRELOCABLE; in codearith()
832 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
836 e1->k = VRELOCABLE; e1->u.info = e2->u.info; in luaK_posfix()
Dlparser.h31 VRELOCABLE, /* info = instruction pc */ enumerator
Dlparser.c522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
739 init_exp(t, VRELOCABLE, pc); in constructor()