Searched refs:testTMode (Results 1 – 2 of 2) sorted by relevance
372 #define testTMode(m) (luaP_opmodes[m] & (1 << 4)) macro
244 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()1086 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()