Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h216 OP_TFORCALL,/* A C R(A+3), ... ,R(A+2+C) := R(A)(R(A+1), R(A+2)); */ enumerator
H A Dldebug.c369 case OP_TFORCALL: { in findsetreg()
468 case OP_TFORCALL: { /* for iterator */ in getfuncname()
H A Dlvm.c523 case OP_TFORCALL: { in luaV_finishOp()
855 vmcasenb(OP_TFORCALL, in luaV_execute()
H A Dlparser.c1304 luaK_codeABC(fs, OP_TFORCALL, base, 0, nvars); in forbody()
/freebsd/contrib/lua/src/
H A Dlopcodes.h298 OP_TFORCALL,/* A C R[A+4], ... ,R[A+3+C] := R[A](R[A+1], R[A+2]); */ enumerator
H A Dldebug.c482 case OP_TFORCALL: { /* affect all regs above its base */ in findsetreg()
602 case OP_TFORCALL: { /* for iterator */ in funcnamefromcode()
H A Dlvm.c870 lua_assert(op == OP_TFORCALL || op == OP_CALL || in luaV_finishOp()
1822 lua_assert(GET_OPCODE(i) == OP_TFORCALL && ra == RA(i)); in luaV_execute()
1825 vmcase(OP_TFORCALL) { in luaV_execute()
H A Dluac.c627 case OP_TFORCALL: in PrintCode()
H A Dlparser.c1560 luaK_codeABC(fs, OP_TFORCALL, base, 0, nvars); in forbody()