Home
last modified time | relevance | path

Searched refs:ATTR_ADSIZE (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()
932 else if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_XD)) in emitContextTable()
934 else if ((index & ATTR_EVEX) && (index & ATTR_ADSIZE) && (index & ATTR_XS)) in emitContextTable()
993 (index & ATTR_ADSIZE)) in emitContextTable()
997 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_ADSIZE)) in emitContextTable()
1001 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()
1008 (index & ATTR_ADSIZE)) in emitContextTable()
1012 else if ((index & ATTR_64BIT) && (index & ATTR_ADSIZE)) in emitContextTable()
1022 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE)) in emitContextTable()
1024 else if ((index & ATTR_XD) && (index & ATTR_ADSIZE)) in emitContextTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1265 attrMask |= ATTR_ADSIZE; in getInstructionID()
1300 attrMask |= ATTR_ADSIZE; in getInstructionID()
1323 attrMask |= ATTR_ADSIZE; in getInstructionID()
1326 attrMask |= ATTR_ADSIZE; in getInstructionID()
1333 attrMask &= ~ATTR_ADSIZE; in getInstructionID()
1345 attrMask ^= ATTR_ADSIZE; in getInstructionID()
1404 attrMask |= ATTR_ADSIZE; in getInstructionID()
1410 attrMask ^= ATTR_ADSIZE; in getInstructionID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h64 ATTR_ADSIZE = 0x1 << 5, enumerator