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

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h286 #define testAMode(m) (luaP_opmodes[m] & (1 << 6)) macro
H A Dldebug.c423 if (testAMode(op) && reg == a) /* any instruction that set A */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h277 #define testAMode(m) (luaP_opmodes[m] & (1 << 6)) macro
H A Dldebug.c396 if (testAMode(op) && reg == a) /* any instruction that set A */

Completed in 115 milliseconds