Searched refs:VRELOCABLE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.c | 299 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret() 312 e->k = VRELOCABLE; in luaK_dischargevars() 317 e->k = VRELOCABLE; in luaK_dischargevars() 324 e->k = VRELOCABLE; in luaK_dischargevars() 362 case VRELOCABLE: { in discharge2reg() 525 if (e->k == VRELOCABLE) { in jumponcond() 601 case VRELOCABLE: in codenot() 606 e->k = VRELOCABLE; in codenot() 668 e1->k = VRELOCABLE; in codearith() 755 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() [all …]
|
| H A D | lparser.h | 31 VRELOCABLE, /* info = instruction pc */ enumerator
|
| H A D | lparser.c | 320 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np-1)); in pushclosure() 506 init_exp(t, VRELOCABLE, pc); in constructor()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 376 e->k = VRELOCABLE; /* can relocate its simple result */ in luaK_setoneret() 389 e->k = VRELOCABLE; in luaK_dischargevars() 400 e->k = VRELOCABLE; in luaK_dischargevars() 438 case VRELOCABLE: { in discharge2reg() 605 if (e->k == VRELOCABLE) { in jumponcond() 681 case VRELOCABLE: in codenot() 686 e->k = VRELOCABLE; in codenot() 743 e1->k = VRELOCABLE; in codearith() 835 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 839 e1->k = VRELOCABLE; e1->u.info = e2->u.info; in luaK_posfix()
|
| H A D | lparser.h | 32 VRELOCABLE, /* info = instruction pc */ enumerator
|
| H A D | lparser.c | 520 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure() 743 init_exp(t, VRELOCABLE, pc); in constructor()
|