Searched refs:testTMode (Results 1 – 4 of 4) sorted by relevance
278 #define testTMode(m) (luaP_opmodes[m] & (1 << 7)) macro
112 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()601 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
385 #define testTMode(m) (luaP_opmodes[m] & (1 << 4)) macro
245 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()1110 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in negatecondition()