Searched refs:OP_CONCAT (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h206 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator in enum:__anon6005
H A Dlcode.c1144 GET_OPCODE(getinstruction(fs, e2)) == OP_CONCAT) {
1152 codebinexpval(fs, OP_CONCAT, e1, e2, line);
H A Dlvm.c683 case OP_CONCAT: {
1067 vmcase(OP_CONCAT) {
H A Dldebug.c527 case OP_CONCAT: tm = TM_CONCAT; break;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h197 OP_CONCAT,/* A B C R(A) := R(B).. ... ..R(C) */ enumerator in enum:__anon9767
H A Dlcode.c836 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) {
844 codearith(fs, OP_CONCAT, e1, e2, line);
H A Dldebug.c489 case OP_CONCAT: tm = TM_CONCAT; break;
H A Dlvm.c508 case OP_CONCAT: {
716 vmcase(OP_CONCAT,

Completed in 163 milliseconds