Searched refs:OP_JMP (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/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 | 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()
|
| 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()
|
| H A D | ldebug.c | 380 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 | 174 lua_assert(GET_OPCODE(*jmp) == OP_JMP); in fixjump() 201 return codesJ(fs, OP_JMP, NO_JUMP, 0); in luaK_jump() 1841 if (GET_OPCODE(pc) != OP_JMP) in finaltarget() 1874 case OP_JMP: { in luaK_finish()
|
| H A D | luac.c | 557 case OP_JMP: in PrintCode()
|
| H A D | ldebug.c | 462 case OP_JMP: { /* doesn't change registers, but changes 'jmptarget' */ in findsetreg()
|
| H A D | lvm.c | 849 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp() 1606 vmcase(OP_JMP) { in luaV_execute()
|