Searched refs:INST_MNEMONIC_MODRM_BASED (Results 1 – 2 of 2) sorted by relevance
328 #define INST_MNEMONIC_MODRM_BASED (1 << 19) macro
302 if (instFlags & INST_MNEMONIC_MODRM_BASED) { in decode_inst()318 if ((instFlags & INST_MNEMONIC_MODRM_BASED) && (modrm >= INST_DIVIDED_MODRM)) goto _Undecodable; in decode_inst()