Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp913 if (index & ATTR_REXW) in emitContextTable()
934 if (index & ATTR_REXW) 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()
984 else if ((index & ATTR_64BIT) && (index & ATTR_REXW)) in emitContextTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h62 ATTR_REXW = 0x1 << 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1320 attrMask |= ATTR_REXW; in getInstructionID()
1365 attrMask | ATTR_REXW)) { in getInstructionID()