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

/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h57 VRELOC, /* expression can put result in any register; enumerator in enum:__anon5016
H A Dlcode.c737 ** become VRELOC (as OP_VARARG puts its results where it wants).
750 e->k = VRELOC; /* can relocate its simple result */
772 e->k = VRELOC;
777 e->k = VRELOC;
783 e->k = VRELOC;
789 e->k = VRELOC;
795 e->k = VRELOC;
842 case VRELOC: {
1103 if (e->k == VRELOC) {
1187 case VRELOC
[all...]
H A Dlparser.c712 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));

Completed in 63 milliseconds