Home
last modified time | relevance | path

Searched refs:ATTR_XD (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp709 else if (index & ATTR_XD) in emitContextTable()
722 else if ((index & ATTR_VEXL) && (index & ATTR_REXW) && (index & ATTR_XD)) in emitContextTable()
730 else if ((index & ATTR_VEXL) && (index & ATTR_XD)) in emitContextTable()
736 else if ((index & ATTR_VEX) && (index & ATTR_REXW) && (index & ATTR_XD)) in emitContextTable()
746 else if ((index & ATTR_VEX) && (index & ATTR_XD)) in emitContextTable()
754 else if ((index & ATTR_64BIT) && (index & ATTR_REXW) && (index & ATTR_XD)) in emitContextTable()
762 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
768 else if ((index & ATTR_64BIT) && (index & ATTR_XD)) in emitContextTable()
783 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
787 else if (index & ATTR_XD) in emitContextTable()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp896 attrMask |= ATTR_XD; in getID()
919 attrMask |= ATTR_XD; in getID()
934 attrMask |= ATTR_XD; in getID()
949 attrMask |= ATTR_XD; in getID()
966 attrMask |= ATTR_XD; in getID()
DX86DisassemblerDecoderCommon.h52 ENUM_ENTRY(ATTR_XD, (0x1 << 2)) \
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp1083 attrMask |= ATTR_XD; in getInstructionID()
1106 attrMask |= ATTR_XD; in getInstructionID()
1121 attrMask |= ATTR_XD; in getInstructionID()
1136 attrMask |= ATTR_XD; in getInstructionID()
1157 attrMask |= ATTR_XD; in getInstructionID()
1164 attrMask |= ATTR_XD; in getInstructionID()
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c1196 attrMask |= ATTR_XD; in getID()
1219 attrMask |= ATTR_XD; in getID()
1234 attrMask |= ATTR_XD; in getID()
1249 attrMask |= ATTR_XD; in getID()
1266 attrMask |= ATTR_XD; in getID()
DX86DisassemblerDecoderCommon.h49 ENUM_ENTRY(ATTR_XD, (0x1 << 2)) \
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h53 ATTR_XD = 0x1 << 2, enumerator