Searched refs:VNONRELOC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.h27 VNONRELOC, /* info = result register */ enumerator in enum:__anon10631
39 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL)
H A Dlcode.c284 if (e->k == VNONRELOC)
371 e->k = VNONRELOC;
384 e->k = VNONRELOC;
443 case VNONRELOC: {
454 e->k = VNONRELOC;
459 if (e->k != VNONRELOC) {
486 e->k = VNONRELOC;
500 if (e->k == VNONRELOC) {
589 e->k = VNONRELOC;
682 case VNONRELOC
[all...]
H A Dlparser.c856 lua_assert(f->k == VNONRELOC);
1168 init_exp(&e, VNONRELOC, ls->fs->freereg-1); /* default assignment */
1281 lua_assert(e.k == VNONRELOC);
/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h36 VNONRELOC, /* expression has its value in a fixed register; enumerator in enum:__anon5016
H A Dlcode.c526 if (e->k == VNONRELOC)
536 int r1 = (e1->k == VNONRELOC) ? e1->u.info : -1;
537 int r2 = (e2->k == VNONRELOC) ? e2->u.info : -1;
735 ** Function calls become VNONRELOC expressions (as its result comes
745 e->k = VNONRELOC; /* result has fixed position */
767 e->k = VNONRELOC; /* becomes a non-relocatable value */
847 case VNONRELOC: {
858 e->k = VNONRELOC;
868 if (e->k != VNONRELOC) { /* no fixed register yet? */
922 e->k = VNONRELOC;
[all...]
H A Dlparser.c923 init_exp(t, VNONRELOC, fs->freereg); /* table will be at stack top */
1043 lua_assert(f->k == VNONRELOC);
1389 init_exp(&e, VNONRELOC, ls->fs->freereg-1); /* default assignment */
1509 lua_assert(e.k == VNONRELOC);

Completed in 127 milliseconds