Searched refs:OP_TFORLOOP (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 200 OP_TFORLOOP,/* A C R(A+3), ... ,R(A+2+C) := R(A)(R(A+1), R(A+2)); enumerator
|
| H A D | ldebug.c | 406 case OP_TFORLOOP: { in symbexec() 551 GET_OPCODE(i) == OP_TFORLOOP) in getfuncname()
|
| H A D | lvm.c | 681 case OP_TFORLOOP: { in luaV_execute()
|
| H A D | lparser.c | 1061 luaK_codeABC(fs, OP_TFORLOOP, base, 0, nvars); in forbody()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 217 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator
|
| H A D | lvm.c | 524 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP); in luaV_finishOp() 865 lua_assert(GET_OPCODE(i) == OP_TFORLOOP); in luaV_execute() 868 vmcase(OP_TFORLOOP, in luaV_execute()
|
| H A D | lparser.c | 1306 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()
|