Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lua/src/
HDlcode.c770 e->k = VRELOC; /* can relocate its simple result */ in luaK_setoneret()
792 e->k = VRELOC; in luaK_dischargevars()
797 e->k = VRELOC; in luaK_dischargevars()
803 e->k = VRELOC; in luaK_dischargevars()
809 e->k = VRELOC; in luaK_dischargevars()
815 e->k = VRELOC; in luaK_dischargevars()
862 case VRELOC: { in discharge2reg()
1123 if (e->k == VRELOC) { in jumponcond()
1207 case VRELOC: in codenot()
1212 e->k = VRELOC; in codenot()
[all …]
HDlparser.h57 VRELOC, /* expression can put result in any register; enumerator
HDlparser.c724 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()