Home
last modified time | relevance | path

Searched refs:GET_OPCODE (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h114 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
118 #define checkopm(i,m) (getOpMode(GET_OPCODE(i)) == m)
379 ((testOTMode(GET_OPCODE(i)) && GETARG_C(i) == 0) || \
380 GET_OPCODE(i) == OP_TAILCALL)
383 #define isIT(i) (testITMode(GET_OPCODE(i)) && GETARG_B(i) == 0)
A Dlcode.c133 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */ in luaK_nil()
172 lua_assert(GET_OPCODE(*jmp) == OP_JMP); in fixjump()
244 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()
260 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()
883 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
1085 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()
1086 GET_OPCODE(*pc) != OP_TEST); in negatecondition()
1100 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
1624 if (GET_OPCODE(*ie2) == OP_CONCAT) { /* is 'e2' a concatenation? */ in codeconcat()
1773 if (GET_OPCODE(pc) != OP_JMP) in finaltarget()
[all …]
A Dljumptab.h16 #define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i));
A Dldebug.c468 if (testMMMode(GET_OPCODE(p->code[lastpc]))) in findsetreg()
472 OpCode op = GET_OPCODE(i); in findsetreg()
535 OpCode op = GET_OPCODE(i); in getobjname()
603 switch (GET_OPCODE(i)) { in funcnamefromcode()
A Dlvm.c812 OpCode op = GET_OPCODE(inst); in luaV_finishOp()
836 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP); in luaV_finishOp()
1165 vmdispatch (GET_OPCODE(i)) { in luaV_execute()
1473 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR); in luaV_execute()
1758 lua_assert(GET_OPCODE(i) == OP_TFORCALL && ra == RA(i)); in luaV_execute()
1774 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i)); in luaV_execute()
A Dluac.c342 OpCode o=GET_OPCODE(i); in PrintCode()

Completed in 16 milliseconds