Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/lua/src/
Dlcode.c548 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()
564 e->k = VRELOCABLE; in luaK_dischargevars()
579 e->k = VRELOCABLE; in luaK_dischargevars()
618 case VRELOCABLE: { in discharge2reg()
840 if (e->k == VRELOCABLE) { in jumponcond()
925 case VRELOCABLE: in codenot()
930 e->k = VRELOCABLE; in codenot()
1008 e->k = VRELOCABLE; /* all those operations are relocatable */ in codeunexpval()
1028 e1->k = VRELOCABLE; /* all those operations are relocatable */ in codebinexpval()
1143 if (e2->k == VRELOCABLE && in luaK_posfix()
[all …]
Dlparser.h44 VRELOCABLE, /* expression can put result in any register; enumerator
Dlparser.c524 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
734 init_exp(t, VRELOCABLE, pc); in constructor()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlcode.c377 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret()
390 e->k = VRELOCABLE; in luaK_dischargevars()
401 e->k = VRELOCABLE; in luaK_dischargevars()
439 case VRELOCABLE: { in discharge2reg()
606 if (e->k == VRELOCABLE) { in jumponcond()
682 case VRELOCABLE: in codenot()
687 e->k = VRELOCABLE; in codenot()
744 e1->k = VRELOCABLE; in codearith()
836 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
840 e1->k = VRELOCABLE; e1->u.info = e2->u.info; in luaK_posfix()
Dlparser.h31 VRELOCABLE, /* info = instruction pc */ enumerator
Dlparser.c521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
738 init_exp(t, VRELOCABLE, pc); in constructor()