Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h277 #define testAMode(m) (luaP_opmodes[m] & (1 << 6)) macro
H A Dldebug.c395 if (testAMode(op) && reg == a) /* any instruction that set A */ in findsetreg()
/freebsd/contrib/lua/src/
H A Dlopcodes.h384 #define testAMode(m) (luaP_opmodes[m] & (1 << 3)) macro
H A Dldebug.c501 change = (testAMode(op) && reg == a); in findsetreg()