Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp909 else if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_XS)) in emitContextTable()
941 else if (index & ATTR_XS) in emitContextTable()
955 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XS)) 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()
988 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
992 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()
996 else if (index & ATTR_XS) in emitContextTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1211 attrMask |= ATTR_XS; in getInstructionID()
1239 attrMask |= ATTR_XS; in getInstructionID()
1256 attrMask |= ATTR_XS; in getInstructionID()
1271 attrMask |= ATTR_XS; in getInstructionID()
1292 attrMask |= ATTR_XS; in getInstructionID()
1297 attrMask |= ATTR_XS; in getInstructionID()
1305 attrMask |= ATTR_XS; in getInstructionID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h60 ATTR_XS = 0x1 << 1, enumerator