Searched refs:OP_CONCAT (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 197 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
|
H A D | lcode.c | 838 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 846 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
|
H A D | lvm.c | 508 case OP_CONCAT: { in luaV_finishOp() 716 vmcase(OP_CONCAT, in luaV_execute()
|
H A D | ldebug.c | 488 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 | 1691 if (GET_OPCODE(*ie2) == OP_CONCAT) { /* is 'e2' a concatenation? */ in codeconcat() 1699 luaK_codeABC(fs, OP_CONCAT, e1->u.info, 2, 0); /* new concat opcode */ in codeconcat()
|
H A D | ldebug.c | 621 case OP_CONCAT: tm = TM_CONCAT; break; in funcnamefromcode()
|
H A D | lvm.c | 846 case OP_CONCAT: { in luaV_finishOp() 1586 vmcase(OP_CONCAT) { in luaV_execute()
|