Searched refs:ATTR_OPSIZE (Results 1 – 10 of 10) sorted by relevance
707 if (index & ATTR_OPSIZE) in emitContextTable()720 else if ((index & ATTR_VEXL) && (index & ATTR_REXW) && (index & ATTR_OPSIZE)) in emitContextTable()728 else if ((index & ATTR_VEXL) && (index & ATTR_OPSIZE)) in emitContextTable()734 else if ((index & ATTR_VEX) && (index & ATTR_REXW) && (index & ATTR_OPSIZE)) in emitContextTable()744 else if ((index & ATTR_VEX) && (index & ATTR_OPSIZE)) in emitContextTable()757 (index & ATTR_OPSIZE)) in emitContextTable()762 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()764 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()770 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()773 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()[all …]
890 attrMask |= ATTR_OPSIZE; in getID()913 attrMask |= ATTR_OPSIZE; in getID()928 attrMask |= ATTR_OPSIZE; in getID()943 attrMask |= ATTR_OPSIZE; in getID()960 attrMask |= ATTR_OPSIZE; in getID()992 attrMask ^= ATTR_OPSIZE; in getID()1013 attrMask ^= ATTR_OPSIZE; in getID()1069 attrMask |= ATTR_OPSIZE; in getID()1073 attrMask ^= ATTR_ADSIZE | ATTR_OPSIZE; in getID()1084 !(attrMask & ATTR_OPSIZE)) { in getID()[all …]
54 ENUM_ENTRY(ATTR_OPSIZE, (0x1 << 4)) \
901 if (index & ATTR_OPSIZE) in emitContextTable()923 (index & ATTR_OPSIZE)) in emitContextTable()928 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()932 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()940 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()943 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()951 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()953 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()963 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE)) in emitContextTable()965 else if (index & ATTR_OPSIZE) in emitContextTable()
1082 attrMask |= ATTR_OPSIZE; in getInstructionID()1105 attrMask |= ATTR_OPSIZE; in getInstructionID()1120 attrMask |= ATTR_OPSIZE; in getInstructionID()1135 attrMask |= ATTR_OPSIZE; in getInstructionID()1153 attrMask |= ATTR_OPSIZE; in getInstructionID()1176 attrMask |= ATTR_OPSIZE; in getInstructionID()1199 attrMask |= ATTR_OPSIZE; in getInstructionID()1203 attrMask |= ATTR_OPSIZE; in getInstructionID()1253 attrMask |= ATTR_OPSIZE; in getInstructionID()1261 attrMask ^= ATTR_OPSIZE; in getInstructionID()[all …]
1077 attrMask |= ATTR_OPSIZE; in getInstructionID()1100 attrMask |= ATTR_OPSIZE; in getInstructionID()1115 attrMask |= ATTR_OPSIZE; in getInstructionID()1130 attrMask |= ATTR_OPSIZE; in getInstructionID()1148 attrMask |= ATTR_OPSIZE; in getInstructionID()1171 attrMask |= ATTR_OPSIZE; in getInstructionID()1194 attrMask |= ATTR_OPSIZE; in getInstructionID()1198 attrMask |= ATTR_OPSIZE; in getInstructionID()1248 attrMask |= ATTR_OPSIZE; in getInstructionID()1256 attrMask ^= ATTR_OPSIZE; in getInstructionID()[all …]
1190 attrMask |= ATTR_OPSIZE; in getID()1213 attrMask |= ATTR_OPSIZE; in getID()1228 attrMask |= ATTR_OPSIZE; in getID()1243 attrMask |= ATTR_OPSIZE; in getID()1260 attrMask |= ATTR_OPSIZE; in getID()1328 attrMask |= ATTR_OPSIZE; in getID()1332 attrMask ^= ATTR_ADSIZE | ATTR_OPSIZE; in getID()1344 !(attrMask & ATTR_OPSIZE)) { in getID()1359 insn, attrMask | ATTR_OPSIZE)) { in getID()
51 ENUM_ENTRY(ATTR_OPSIZE, (0x1 << 4)) \
55 ATTR_OPSIZE = 0x1 << 4, enumerator