Searched refs:ATTR_XS (Results 1 – 3 of 3) sorted by relevance
898 else if (index & ATTR_XS) in emitContextTable()911 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XS)) in emitContextTable()925 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()927 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()929 else if ((index & ATTR_64BIT) && (index & ATTR_XS)) in emitContextTable()944 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()948 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()952 else if (index & ATTR_XS) in emitContextTable()
1102 attrMask |= ATTR_XS; in getInstructionID()1125 attrMask |= ATTR_XS; in getInstructionID()1142 attrMask |= ATTR_XS; in getInstructionID()1157 attrMask |= ATTR_XS; in getInstructionID()1178 attrMask |= ATTR_XS; in getInstructionID()1183 attrMask |= ATTR_XS; in getInstructionID()1191 attrMask |= ATTR_XS; in getInstructionID()
56 ATTR_XS = 0x1 << 1, enumerator