Searched refs:ATTR_OPSIZE (Results 1 – 3 of 3) sorted by relevance
930 if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_OPSIZE)) in emitContextTable()940 else if (index & ATTR_OPSIZE) in emitContextTable()964 if (index & ATTR_OPSIZE) in emitContextTable()990 (index & ATTR_OPSIZE)) in emitContextTable()995 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()999 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()1007 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()1010 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()1018 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()1020 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()[all …]
1216 attrMask |= ATTR_OPSIZE; in getInstructionID()1248 attrMask |= ATTR_OPSIZE; in getInstructionID()1263 attrMask |= ATTR_OPSIZE; in getInstructionID()1280 attrMask |= ATTR_OPSIZE; in getInstructionID()1298 attrMask |= ATTR_OPSIZE; in getInstructionID()1321 attrMask |= ATTR_OPSIZE; in getInstructionID()1351 attrMask |= ATTR_OPSIZE; in getInstructionID()1355 attrMask |= ATTR_OPSIZE; in getInstructionID()1406 attrMask |= ATTR_OPSIZE; in getInstructionID()1414 attrMask ^= ATTR_OPSIZE; in getInstructionID()[all …]
63 ATTR_OPSIZE = 0x1 << 4, enumerator