Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h199 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A - 1) */ enumerator
H A Dlcode.c64 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()
184 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP && in luaK_patchclose()
H A Dlvm.c503 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
728 vmcase(OP_JMP, in luaV_execute()
H A Dldebug.c379 case OP_JMP: { in findsetreg()
/freebsd/contrib/lua/src/
H A Dlopcodes.h271 OP_JMP,/* sJ pc += sJ */ enumerator
H A Dlcode.c173 lua_assert(GET_OPCODE(*jmp) == OP_JMP); in fixjump()
200 return codesJ(fs, OP_JMP, NO_JUMP, 0); in luaK_jump()
1837 if (GET_OPCODE(pc) != OP_JMP) in finaltarget()
1870 case OP_JMP: { in luaK_finish()
H A Dluac.c557 case OP_JMP: in PrintCode()
H A Dldebug.c491 case OP_JMP: { /* doesn't change registers, but changes 'jmptarget' */ in findsetreg()
H A Dlvm.c841 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
1605 vmcase(OP_JMP) { in luaV_execute()