Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcode.c379 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()
392 e->k = VRELOCABLE; in luaK_dischargevars()
403 e->k = VRELOCABLE; in luaK_dischargevars()
441 case VRELOCABLE: { in discharge2reg()
608 if (e->k == VRELOCABLE) { in jumponcond()
684 case VRELOCABLE: in codenot()
689 e->k = VRELOCABLE; in codenot()
746 e1->k = VRELOCABLE; in codearith()
838 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
842 e1->k = VRELOCABLE; e1->u.info = e2->u.info; in luaK_posfix()
H A Dlparser.h31 VRELOCABLE, /* info = instruction pc */ enumerator
H A Dlparser.c519 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
742 init_exp(t, VRELOCABLE, pc); in constructor()