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