Searched refs:OP_TFORCALL (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 216 OP_TFORCALL,/* A C R(A+3), ... ,R(A+2+C) := R(A)(R(A+1), R(A+2)); */ enumerator
|
H A D | ldebug.c | 369 case OP_TFORCALL: { in findsetreg() 468 case OP_TFORCALL: { /* for iterator */ in getfuncname()
|
H A D | lvm.c | 523 case OP_TFORCALL: { in luaV_finishOp() 855 vmcasenb(OP_TFORCALL, in luaV_execute()
|
H A D | lparser.c | 1304 luaK_codeABC(fs, OP_TFORCALL, base, 0, nvars); in forbody()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 298 OP_TFORCALL,/* A C R[A+4], ... ,R[A+3+C] := R[A](R[A+1], R[A+2]); */ enumerator
|
H A D | ldebug.c | 482 case OP_TFORCALL: { /* affect all regs above its base */ in findsetreg() 602 case OP_TFORCALL: { /* for iterator */ in funcnamefromcode()
|
H A D | lvm.c | 870 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 D | luac.c | 627 case OP_TFORCALL: in PrintCode()
|
H A D | lparser.c | 1560 luaK_codeABC(fs, OP_TFORCALL, base, 0, nvars); in forbody()
|