Searched refs:OP_JMP (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | print.c | 102 if (o==OP_JMP) printf("%d",sbx); else printf("%d %d",a,sbx); in PrintCode() 139 case OP_JMP: in PrintCode()
|
| H A D | lopcodes.h | 183 OP_JMP,/* sBx pc+=sBx */ enumerator
|
| H A D | ldebug.c | 371 check(GET_OPCODE(pt->code[pc+1]) == OP_JMP); in symbexec() 416 case OP_JMP: { in symbexec()
|
| H A D | lcode.c | 63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()
|
| H A D | lvm.c | 541 case OP_JMP: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 200 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A - 1) */ enumerator
|
| H A D | lcode.c | 61 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 D | ldebug.c | 380 case OP_JMP: { in findsetreg()
|
| H A D | lvm.c | 504 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp() 729 vmcase(OP_JMP, in luaV_execute()
|