Lines Matching refs:GET_OPCODE
134 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */ in luaK_nil()
173 lua_assert(GET_OPCODE(*jmp) == OP_JMP); in fixjump()
245 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()
261 if (GET_OPCODE(*i) != OP_TESTSET) in patchtestreg()
908 if (GET_OPCODE(i) != OP_TESTSET) return 1; in need_value()
1110 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()
1111 GET_OPCODE(*pc) != OP_TEST); in negatecondition()
1125 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
1691 if (GET_OPCODE(*ie2) == OP_CONCAT) { /* is 'e2' a concatenation? */ in codeconcat()
1837 if (GET_OPCODE(pc) != OP_JMP) in finaltarget()
1856 switch (GET_OPCODE(*pc)) { in luaK_finish()