reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  869         attrMask |= ATTR_OPSIZE;
  892         attrMask |= ATTR_OPSIZE;
  907         attrMask |= ATTR_OPSIZE;
  922         attrMask |= ATTR_OPSIZE;
  940       attrMask |= ATTR_OPSIZE;
  963         attrMask |= ATTR_OPSIZE;
  991     attrMask |= ATTR_OPSIZE;
  996     attrMask |= ATTR_OPSIZE;
 1048       attrMask |= ATTR_OPSIZE;
 1056         attrMask ^= ATTR_OPSIZE;
 1068       !(attrMask & ATTR_OPSIZE)) {
 1085                           attrMask | ATTR_OPSIZE)) {
utils/TableGen/X86DisassemblerTables.cpp
  912       if (index & ATTR_OPSIZE)
  934              (index & ATTR_OPSIZE))
  939     else if ((index & ATTR_64BIT) && (index & ATTR_XD) && (index & ATTR_OPSIZE))
  943     else if ((index & ATTR_64BIT) && (index & ATTR_XS) && (index & ATTR_OPSIZE))
  951     else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE) &&
  954     else if ((index & ATTR_64BIT) && (index & ATTR_OPSIZE))
  962     else if ((index & ATTR_XS) && (index & ATTR_OPSIZE))
  964     else if ((index & ATTR_XD) && (index & ATTR_OPSIZE))
  974     else if ((index & ATTR_OPSIZE) && (index & ATTR_ADSIZE))
  976     else if (index & ATTR_OPSIZE)