Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h270 OP_JMP,/* sJ pc += sJ */ enumerator
A Dlcode.c172 lua_assert(GET_OPCODE(*jmp) == OP_JMP); in fixjump()
199 return codesJ(fs, OP_JMP, NO_JUMP, 0); in luaK_jump()
1773 if (GET_OPCODE(pc) != OP_JMP) in finaltarget()
1806 case OP_JMP: { in luaK_finish()
A Dluac.c558 case OP_JMP: in PrintCode()
A Dldebug.c490 case OP_JMP: { /* doesn't change registers, but changes 'jmptarget' */ in findsetreg()
A Dlvm.c836 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
1547 vmcase(OP_JMP) { in luaV_execute()

Completed in 14 milliseconds