Home
last modified time | relevance | path

Searched refs:testAMode (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h257 #define testAMode(m) (luaP_opmodes[m] & (1 << 6)) macro
H A Dldebug.c366 if (testAMode(op)) { in symbexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h278 #define testAMode(m) (luaP_opmodes[m] & (1 << 6)) macro
H A Dldebug.c396 if (testAMode(op) && reg == a) /* any instruction that set A */ in findsetreg()