Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86DisassemblerTables.cpp898 else if (index & ATTR_XS) in emitContextTable()
911 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XS)) in emitContextTable()
925 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
927 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()
929 else if ((index & ATTR_64BIT) && (index & ATTR_XS)) in emitContextTable()
944 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
948 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()
952 else if (index & ATTR_XS) in emitContextTable()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp1102 attrMask |= ATTR_XS; in getInstructionID()
1125 attrMask |= ATTR_XS; in getInstructionID()
1142 attrMask |= ATTR_XS; in getInstructionID()
1157 attrMask |= ATTR_XS; in getInstructionID()
1178 attrMask |= ATTR_XS; in getInstructionID()
1183 attrMask |= ATTR_XS; in getInstructionID()
1191 attrMask |= ATTR_XS; in getInstructionID()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h56 ATTR_XS = 0x1 << 1, enumerator