reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
942 attrMask |= ATTR_ADSIZE; 966 attrMask |= ATTR_ADSIZE; 974 attrMask &= ~ATTR_ADSIZE; 983 attrMask ^= ATTR_ADSIZE; 1046 attrMask |= ATTR_ADSIZE; 1052 attrMask ^= ATTR_ADSIZE;utils/TableGen/X86DisassemblerTables.cpp
937 (index & ATTR_ADSIZE)) 941 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_ADSIZE)) 945 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) 952 (index & ATTR_ADSIZE)) 956 else if ((index & ATTR_64BIT) && (index & ATTR_ADSIZE)) 966 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) 968 else if ((index & ATTR_XD) && (index & ATTR_ADSIZE)) 974 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE)) 978 else if (index & ATTR_ADSIZE)