Searched refs:OP_CONCAT (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/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 | 839 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 847 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
|
| H A D | lvm.c | 509 case OP_CONCAT: { in luaV_finishOp() 717 vmcase(OP_CONCAT, in luaV_execute()
|
| H A D | ldebug.c | 489 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 267 OP_CONCAT,/* A B R[A] := R[A].. ... ..R[A + B - 1] */ enumerator
|
| H A D | luac.c | 548 case OP_CONCAT: in PrintCode()
|
| H A D | lcode.c | 1695 if (GET_OPCODE(*ie2) == OP_CONCAT) { /* is 'e2' a concatenation? */ in codeconcat() 1703 luaK_codeABC(fs, OP_CONCAT, e1->u.info, 2, 0); /* new concat opcode */ in codeconcat()
|
| H A D | ldebug.c | 647 case OP_CONCAT: tm = TM_CONCAT; break; in funcnamefromcode()
|
| H A D | lvm.c | 854 case OP_CONCAT: { in luaV_finishOp() 1587 vmcase(OP_CONCAT) { in luaV_execute()
|