Searched refs:testMMMode (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ | ||
H A D | lopcodes.h | 388 #define testMMMode(m) (luaP_opmodes[m] & (1 << 7)) macro |
H A D | ldebug.c | 469 if (testMMMode(GET_OPCODE(p->code[lastpc]))) in findsetreg() |