Searched refs:ATTR_64BIT (Results 1 – 3 of 3) sorted by relevance
953 } else if ((index & ATTR_64BIT) && (index & ATTR_REX2)) in emitContextTable()955 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XS)) in emitContextTable()957 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XD)) in emitContextTable()959 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && in emitContextTable()962 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && in emitContextTable()965 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()967 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_ADSIZE)) in emitContextTable()969 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()971 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()973 else if ((index & ATTR_64BIT) && (index & ATTR_XS)) in emitContextTable()[all …]
59 ATTR_64BIT = 0x1 << 0, enumerator
1200 attrMask |= ATTR_64BIT; in getInstructionID()