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.h197 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator
H A Dlcode.c838 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 Dlvm.c508 case OP_CONCAT: { in luaV_finishOp()
716 vmcase(OP_CONCAT, in luaV_execute()
H A Dldebug.c488 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.c1691 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 Dldebug.c621 case OP_CONCAT: tm = TM_CONCAT; break; in funcnamefromcode()
H A Dlvm.c846 case OP_CONCAT: { in luaV_finishOp()
1586 vmcase(OP_CONCAT) { in luaV_execute()