Home
last modified time | relevance | path

Searched refs:OP_CONCAT (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h198 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
H A Dlcode.c839 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 Dlvm.c509 case OP_CONCAT: { in luaV_finishOp()
717 vmcase(OP_CONCAT, in luaV_execute()
H A Dldebug.c489 case OP_CONCAT: tm = TM_CONCAT; break; in getfuncname()
/freebsd/contrib/lua/src/
H A Dlopcodes.h267 OP_CONCAT,/* A B R[A] := R[A].. ... ..R[A + B - 1] */ enumerator
H A Dluac.c548 case OP_CONCAT: in PrintCode()
H A Dlcode.c1695 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 Dldebug.c647 case OP_CONCAT: tm = TM_CONCAT; break; in funcnamefromcode()
H A Dlvm.c854 case OP_CONCAT: { in luaV_finishOp()
1587 vmcase(OP_CONCAT) { in luaV_execute()