Searched refs:testAMode (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lopcodes.h | 286 #define testAMode(m) (luaP_opmodes[m] & (1 << 6)) macro |
D | ldebug.c | 422 if (testAMode(op) && reg == a) /* any instruction that set A */ in findsetreg() |