Lines Matching refs:GET_OPCODE
133 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()
888 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
1090 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()
1091 GET_OPCODE(*pc) != OP_TEST); in negatecondition()
1105 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
1628 if (GET_OPCODE(*ie2) == OP_CONCAT) { /* is 'e2' a concatenation? */ in codeconcat()
1777 if (GET_OPCODE(pc) != OP_JMP) in finaltarget()
1796 switch (GET_OPCODE(*pc)) { in luaK_finish()