Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp707 if (index & ATTR_OPSIZE) in emitContextTable()
720 else if ((index & ATTR_VEXL) && (index & ATTR_REXW) && (index & ATTR_OPSIZE)) in emitContextTable()
728 else if ((index & ATTR_VEXL) && (index & ATTR_OPSIZE)) in emitContextTable()
734 else if ((index & ATTR_VEX) && (index & ATTR_REXW) && (index & ATTR_OPSIZE)) in emitContextTable()
744 else if ((index & ATTR_VEX) && (index & ATTR_OPSIZE)) in emitContextTable()
757 (index & ATTR_OPSIZE)) in emitContextTable()
762 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
764 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
770 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()
773 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()
[all …]
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp890 attrMask |= ATTR_OPSIZE; in getID()
913 attrMask |= ATTR_OPSIZE; in getID()
928 attrMask |= ATTR_OPSIZE; in getID()
943 attrMask |= ATTR_OPSIZE; in getID()
960 attrMask |= ATTR_OPSIZE; in getID()
992 attrMask ^= ATTR_OPSIZE; in getID()
1013 attrMask ^= ATTR_OPSIZE; in getID()
1069 attrMask |= ATTR_OPSIZE; in getID()
1073 attrMask ^= ATTR_ADSIZE | ATTR_OPSIZE; in getID()
1084 !(attrMask & ATTR_OPSIZE)) { in getID()
[all …]
DX86DisassemblerDecoderCommon.h54 ENUM_ENTRY(ATTR_OPSIZE, (0x1 << 4)) \
/external/llvm-project/llvm/utils/TableGen/
DX86DisassemblerTables.cpp901 if (index & ATTR_OPSIZE) in emitContextTable()
923 (index & ATTR_OPSIZE)) in emitContextTable()
928 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
932 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
940 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) && in emitContextTable()
943 else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE)) in emitContextTable()
951 else if ((index & ATTR_XS) && (index & ATTR_OPSIZE)) in emitContextTable()
953 else if ((index & ATTR_XD) && (index & ATTR_OPSIZE)) in emitContextTable()
963 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE)) in emitContextTable()
965 else if (index & ATTR_OPSIZE) in emitContextTable()
/external/llvm-project/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp1082 attrMask |= ATTR_OPSIZE; in getInstructionID()
1105 attrMask |= ATTR_OPSIZE; in getInstructionID()
1120 attrMask |= ATTR_OPSIZE; in getInstructionID()
1135 attrMask |= ATTR_OPSIZE; in getInstructionID()
1153 attrMask |= ATTR_OPSIZE; in getInstructionID()
1176 attrMask |= ATTR_OPSIZE; in getInstructionID()
1199 attrMask |= ATTR_OPSIZE; in getInstructionID()
1203 attrMask |= ATTR_OPSIZE; in getInstructionID()
1253 attrMask |= ATTR_OPSIZE; in getInstructionID()
1261 attrMask ^= ATTR_OPSIZE; in getInstructionID()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp1077 attrMask |= ATTR_OPSIZE; in getInstructionID()
1100 attrMask |= ATTR_OPSIZE; in getInstructionID()
1115 attrMask |= ATTR_OPSIZE; in getInstructionID()
1130 attrMask |= ATTR_OPSIZE; in getInstructionID()
1148 attrMask |= ATTR_OPSIZE; in getInstructionID()
1171 attrMask |= ATTR_OPSIZE; in getInstructionID()
1194 attrMask |= ATTR_OPSIZE; in getInstructionID()
1198 attrMask |= ATTR_OPSIZE; in getInstructionID()
1248 attrMask |= ATTR_OPSIZE; in getInstructionID()
1256 attrMask ^= ATTR_OPSIZE; in getInstructionID()
[all …]
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c1190 attrMask |= ATTR_OPSIZE; in getID()
1213 attrMask |= ATTR_OPSIZE; in getID()
1228 attrMask |= ATTR_OPSIZE; in getID()
1243 attrMask |= ATTR_OPSIZE; in getID()
1260 attrMask |= ATTR_OPSIZE; in getID()
1328 attrMask |= ATTR_OPSIZE; in getID()
1332 attrMask ^= ATTR_ADSIZE | ATTR_OPSIZE; in getID()
1344 !(attrMask & ATTR_OPSIZE)) { in getID()
1359 insn, attrMask | ATTR_OPSIZE)) { in getID()
DX86DisassemblerDecoderCommon.h51 ENUM_ENTRY(ATTR_OPSIZE, (0x1 << 4)) \
/external/llvm-project/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h55 ATTR_OPSIZE = 0x1 << 4, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h55 ATTR_OPSIZE = 0x1 << 4, enumerator