Searched refs:OP_TFORLOOP (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h225 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator in enum:__anon6005
H A Dluac.c374 case OP_TFORLOOP:
H A Dlvm.c698 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP);
1252 lua_assert(GET_OPCODE(i) == OP_TFORLOOP);
1255 vmcase(OP_TFORLOOP) {
H A Dlparser.c1311 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h216 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator in enum:__anon9767
H A Dlvm.c523 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP);
864 lua_assert(GET_OPCODE(i) == OP_TFORLOOP);
867 vmcase(OP_TFORLOOP,
H A Dlparser.c1301 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);

Completed in 190 milliseconds