Searched refs:ATTR_ADSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp933 (index & ATTR_ADSIZE))
937 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_ADSIZE))
941 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE))
948 (index & ATTR_ADSIZE))
952 else if ((index & ATTR_64BIT) && (index & ATTR_ADSIZE))
962 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE))
964 else if ((index & ATTR_XD) && (index & ATTR_ADSIZE))
970 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE))
974 else if (index & ATTR_ADSIZE)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1150 attrMask |= ATTR_ADSIZE;
1174 attrMask |= ATTR_ADSIZE;
1181 attrMask &= ~ATTR_ADSIZE;
1188 attrMask ^= ATTR_ADSIZE;
1246 attrMask |= ATTR_ADSIZE;
1252 attrMask ^= ATTR_ADSIZE;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h56 ATTR_ADSIZE = 0x1 << 5, enumerator in enum:llvm::X86Disassembler::attributeBits

Completed in 117 milliseconds