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