Searched refs:ATTR_ADSIZE (Results 1 – 10 of 10) sorted by relevance
926 (index & ATTR_ADSIZE)) in emitContextTable()930 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_ADSIZE)) in emitContextTable()934 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()941 (index & ATTR_ADSIZE)) in emitContextTable()945 else if ((index & ATTR_64BIT) && (index & ATTR_ADSIZE)) in emitContextTable()955 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()957 else if ((index & ATTR_XD) && (index & ATTR_ADSIZE)) in emitContextTable()963 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE)) in emitContextTable()967 else if (index & ATTR_ADSIZE) in emitContextTable()
760 (index & ATTR_ADSIZE)) in emitContextTable()771 (index & ATTR_ADSIZE)) in emitContextTable()775 else if ((index & ATTR_64BIT) && (index & ATTR_ADSIZE)) in emitContextTable()789 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE)) in emitContextTable()793 else if (index & ATTR_ADSIZE) in emitContextTable()
1155 attrMask |= ATTR_ADSIZE; in getInstructionID()1179 attrMask |= ATTR_ADSIZE; in getInstructionID()1186 attrMask &= ~ATTR_ADSIZE; in getInstructionID()1193 attrMask ^= ATTR_ADSIZE; in getInstructionID()1251 attrMask |= ATTR_ADSIZE; in getInstructionID()1257 attrMask ^= ATTR_ADSIZE; in getInstructionID()
1150 attrMask |= ATTR_ADSIZE; in getInstructionID()1174 attrMask |= ATTR_ADSIZE; in getInstructionID()1181 attrMask &= ~ATTR_ADSIZE; in getInstructionID()1188 attrMask ^= ATTR_ADSIZE; in getInstructionID()1246 attrMask |= ATTR_ADSIZE; in getInstructionID()1252 attrMask ^= ATTR_ADSIZE; in getInstructionID()
962 attrMask |= ATTR_ADSIZE; in getID()978 attrMask ^= ATTR_ADSIZE; in getID()1067 attrMask |= ATTR_ADSIZE; in getID()1073 attrMask ^= ATTR_ADSIZE | ATTR_OPSIZE; in getID()
55 ENUM_ENTRY(ATTR_ADSIZE, (0x1 << 5)) \
1262 attrMask |= ATTR_ADSIZE; in getID()1279 attrMask ^= ATTR_ADSIZE; in getID()1326 attrMask |= ATTR_ADSIZE; in getID()1332 attrMask ^= ATTR_ADSIZE | ATTR_OPSIZE; in getID()
52 ENUM_ENTRY(ATTR_ADSIZE, (0x1 << 5)) \
56 ATTR_ADSIZE = 0x1 << 5, enumerator