Searched refs:ATTR_XS (Results 1 – 3 of 3) sorted by relevance
909 else if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_XS)) in emitContextTable()941 else if (index & ATTR_XS) in emitContextTable()955 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XS)) in emitContextTable()969 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()971 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()973 else if ((index & ATTR_64BIT) && (index & ATTR_XS)) in emitContextTable()988 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()992 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()996 else if (index & ATTR_XS) in emitContextTable()
1211 attrMask |= ATTR_XS; in getInstructionID()1239 attrMask |= ATTR_XS; in getInstructionID()1256 attrMask |= ATTR_XS; in getInstructionID()1271 attrMask |= ATTR_XS; in getInstructionID()1292 attrMask |= ATTR_XS; in getInstructionID()1297 attrMask |= ATTR_XS; in getInstructionID()1305 attrMask |= ATTR_XS; in getInstructionID()
60 ATTR_XS = 0x1 << 1, enumerator