Searched refs:ATTR_VEX (Results 1 – 3 of 3) sorted by relevance
65 ATTR_VEX = 0x1 << 6, enumerator
922 } else if ((index & ATTR_EVEX) || (index & ATTR_VEX) || in emitContextTable()
1203 attrMask |= (insn->vectorExtensionType == TYPE_EVEX) ? ATTR_EVEX : ATTR_VEX; in getInstructionID()