HomeSort by: relevance | last modified time | path
    Searched refs:ATTR_ADSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerTables.cpp 919 (index & ATTR_ADSIZE))
923 else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_ADSIZE))
927 else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_ADSIZE))
934 (index & ATTR_ADSIZE))
938 else if ((index & ATTR_64BIT) && (index & ATTR_ADSIZE))
948 else if ((index & ATTR_XS) && (index & ATTR_ADSIZE))
950 else if ((index & ATTR_XD) && (index & ATTR_ADSIZE))
956 else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE))
960 else if (index & ATTR_ADSIZE)
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 1156 attrMask |= ATTR_ADSIZE;
1180 attrMask |= ATTR_ADSIZE;
1187 attrMask &= ~ATTR_ADSIZE;
1194 attrMask ^= ATTR_ADSIZE;
1252 attrMask |= ATTR_ADSIZE;
1258 attrMask ^= ATTR_ADSIZE;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h 56 ATTR_ADSIZE = 0x1 << 5,

Completed in 20 milliseconds