Searched refs:testTMode (Results 1 – 5 of 5) sorted by relevance
258 #define testTMode(m) (luaP_opmodes[m] & (1 << 7)) macro
111 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()518 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
369 if (testTMode(op)) { in symbexec()
279 #define testTMode(m) (luaP_opmodes[m] & (1 << 7)) macro
109 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()598 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()