Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp930 if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_OPSIZE)) in emitContextTable()
940 else if (index & ATTR_OPSIZE) in emitContextTable()
964 if (index & ATTR_OPSIZE) in emitContextTable()
990 (index & ATTR_OPSIZE)) in emitContextTable()
995 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
999 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
1007 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()
1010 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()
1018 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
1020 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1216 attrMask |= ATTR_OPSIZE; in getInstructionID()
1248 attrMask |= ATTR_OPSIZE; in getInstructionID()
1263 attrMask |= ATTR_OPSIZE; in getInstructionID()
1280 attrMask |= ATTR_OPSIZE; in getInstructionID()
1298 attrMask |= ATTR_OPSIZE; in getInstructionID()
1321 attrMask |= ATTR_OPSIZE; in getInstructionID()
1351 attrMask |= ATTR_OPSIZE; in getInstructionID()
1355 attrMask |= ATTR_OPSIZE; in getInstructionID()
1406 attrMask |= ATTR_OPSIZE; in getInstructionID()
1414 attrMask ^= ATTR_OPSIZE; in getInstructionID()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h63 ATTR_OPSIZE = 0x1 << 4, enumerator