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

/freebsd-12-stable/contrib/lua/src/
H A Dlparser.h34 VNONRELOC, /* expression has its value in a fixed register; enumerator in enum:__anon6007
52 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL)
H A Dlcode.c398 if (e->k == VNONRELOC)
408 int r1 = (e1->k == VNONRELOC) ? e1->u.info : -1;
409 int r2 = (e2->k == VNONRELOC) ? e2->u.info : -1;
533 ** Function calls become VNONRELOC expressions (as its result comes
543 e->k = VNONRELOC; /* result has fixed position */
559 e->k = VNONRELOC; /* becomes a non-relocatable value */
623 case VNONRELOC: {
634 e->k = VNONRELOC;
642 if (e->k != VNONRELOC) { /* no fixed register yet? */
695 e->k = VNONRELOC;
[all...]
H A Dlparser.c847 lua_assert(f->k == VNONRELOC);
1173 init_exp(&e, VNONRELOC, ls->fs->freereg-1); /* default assignment */
1286 lua_assert(e.k == VNONRELOC);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.h26 VNONRELOC, /* info = result register */ enumerator in enum:__anon9769
38 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL)
H A Dlcode.c285 if (e->k == VNONRELOC)
372 e->k = VNONRELOC;
385 e->k = VNONRELOC;
444 case VNONRELOC: {
455 e->k = VNONRELOC;
460 if (e->k != VNONRELOC) {
487 e->k = VNONRELOC;
501 if (e->k == VNONRELOC) {
590 e->k = VNONRELOC;
683 case VNONRELOC
[all...]
H A Dlparser.c851 lua_assert(f->k == VNONRELOC);
1163 init_exp(&e, VNONRELOC, ls->fs->freereg-1); /* default assignment */
1276 lua_assert(e.k == VNONRELOC);

Completed in 311 milliseconds