Searched refs:ATTR_OPSIZE (Results 1 – 3 of 3) sorted by relevance
905 if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_OPSIZE)) in emitContextTable()915 else if (index & ATTR_OPSIZE) in emitContextTable()937 if (index & ATTR_OPSIZE) in emitContextTable()960 (index & ATTR_OPSIZE)) in emitContextTable()965 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()969 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()977 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()980 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()988 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()990 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()[all …]
1208 attrMask |= ATTR_OPSIZE; in getInstructionID()1236 attrMask |= ATTR_OPSIZE; in getInstructionID()1251 attrMask |= ATTR_OPSIZE; in getInstructionID()1268 attrMask |= ATTR_OPSIZE; in getInstructionID()1286 attrMask |= ATTR_OPSIZE; in getInstructionID()1309 attrMask |= ATTR_OPSIZE; in getInstructionID()1339 attrMask |= ATTR_OPSIZE; in getInstructionID()1343 attrMask |= ATTR_OPSIZE; in getInstructionID()1394 attrMask |= ATTR_OPSIZE; in getInstructionID()1402 attrMask ^= ATTR_OPSIZE; in getInstructionID()[all …]
63 ATTR_OPSIZE = 0x1 << 4, enumerator