Searched refs:OP_JMP (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lopcodes.h | 200 OP_JMP,/* A sBx pc+=sBx; if (A) close all upvalues >= R(A - 1) */ enumerator
|
| HD | lcode.c | 65 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump() 185 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP && in luaK_patchclose()
|
| HD | lvm.c | 504 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp() 729 vmcase(OP_JMP, in luaV_execute()
|
| HD | ldebug.c | 380 case OP_JMP: { in findsetreg()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lopcodes.h | 270 OP_JMP,/* sJ pc += sJ */ enumerator
|
| HD | lcode.c | 172 lua_assert(GET_OPCODE(*jmp) == OP_JMP); in fixjump() 199 return codesJ(fs, OP_JMP, NO_JUMP, 0); in luaK_jump() 1777 if (GET_OPCODE(pc) != OP_JMP) in finaltarget() 1810 case OP_JMP: { in luaK_finish()
|
| HD | luac.c | 558 case OP_JMP: in PrintCode()
|
| HD | ldebug.c | 494 case OP_JMP: { /* doesn't change registers, but changes 'jmptarget' */ in findsetreg()
|
| HD | lvm.c | 841 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp() 1545 vmcase(OP_JMP) { in luaV_execute()
|