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

References

lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  481     OpMapMask  = 0x7 << OpMapShift,
  484     OB = 0 << OpMapShift,
  488     TB = 1 << OpMapShift,
  491     T8 = 2 << OpMapShift,  TA = 3 << OpMapShift,
  491     T8 = 2 << OpMapShift,  TA = 3 << OpMapShift,
  494     XOP8 = 4 << OpMapShift,
  497     XOP9 = 5 << OpMapShift,
  500     XOPA = 6 << OpMapShift,
  508     ThreeDNow = 7 << OpMapShift,
  516     REXShift    = OpMapShift + 3,