Searched refs:OP_JMP (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 199 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A - 1) */ enumerator
|
H A D | lcode.c | 64 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 D | lvm.c | 503 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp() 728 vmcase(OP_JMP, in luaV_execute()
|
H A D | ldebug.c | 379 case OP_JMP: { in findsetreg()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 271 OP_JMP,/* sJ pc += sJ */ enumerator
|
H A D | lcode.c | 173 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 D | luac.c | 557 case OP_JMP: in PrintCode()
|
H A D | ldebug.c | 491 case OP_JMP: { /* doesn't change registers, but changes 'jmptarget' */ in findsetreg()
|
H A D | lvm.c | 841 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp() 1605 vmcase(OP_JMP) { in luaV_execute()
|