Searched refs:OP_CONCAT (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 181 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
|
| H A D | lcode.c | 755 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 763 codearith(fs, OP_CONCAT, e1, e2); in luaK_posfix()
|
| H A D | ldebug.c | 402 case OP_CONCAT: { in symbexec()
|
| H A D | lvm.c | 534 case OP_CONCAT: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 198 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
|
| H A D | lcode.c | 835 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 843 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
|
| H A D | ldebug.c | 489 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()
|
| H A D | lvm.c | 509 case OP_CONCAT: { in luaV_finishOp() 717 vmcase(OP_CONCAT, in luaV_execute()
|