Home
last modified time | relevance | path

Searched refs:ATTR_XD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp907 else if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_XD)) in emitContextTable()
939 else if (index & ATTR_XD) in emitContextTable()
957 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XD)) 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()
975 else if ((index & ATTR_64BIT) && (index & ATTR_XD)) in emitContextTable()
990 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
994 else if ((index & ATTR_XD) && (index & ATTR_ADSIZE)) in emitContextTable()
998 else if (index & ATTR_XD) in emitContextTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1214 attrMask |= ATTR_XD; in getInstructionID()
1242 attrMask |= ATTR_XD; in getInstructionID()
1259 attrMask |= ATTR_XD; in getInstructionID()
1274 attrMask |= ATTR_XD; in getInstructionID()
1295 attrMask |= ATTR_XD; in getInstructionID()
1302 attrMask |= ATTR_XD; in getInstructionID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h61 ATTR_XD = 0x1 << 2, enumerator