Home
last modified time | relevance | path

Searched refs:testTMode (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlopcodes.h258 #define testTMode(m) (luaP_opmodes[m] & (1 << 7)) macro
H A Dlcode.c111 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()
518 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
H A Dldebug.c369 if (testTMode(op)) { in symbexec()