Searched refs:testAMode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ | ||
H A D | lopcodes.h | 392 #define testAMode(m) (luaP_opmodes[m] & (1 << 3)) macro |
H A D | ldebug.c | 505 change = (testAMode(op) && reg == a); in findsetreg() |