Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dprint.c102 if (o==OP_JMP) printf("%d",sbx); else printf("%d %d",a,sbx); in PrintCode()
139 case OP_JMP: in PrintCode()
H A Dlopcodes.h183 OP_JMP,/* sBx pc+=sBx */ enumerator
H A Dldebug.c371 check(GET_OPCODE(pt->code[pc+1]) == OP_JMP); in symbexec()
416 case OP_JMP: { in symbexec()
H A Dlcode.c63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()
H A Dlvm.c541 case OP_JMP: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h200 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A - 1) */ enumerator
H A Dlcode.c61 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()
181 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP && in luaK_patchclose()
H A Dldebug.c380 case OP_JMP: { in findsetreg()
H A Dlvm.c504 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
729 vmcase(OP_JMP, in luaV_execute()