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

References

lib/Target/SystemZ/SystemZ.h
   43 const unsigned CCMASK_CMP_O  = CCMASK_ANY ^ CCMASK_CMP_UO;
lib/Target/SystemZ/SystemZISelLowering.cpp
 1943   CONV(EQ);
 1944   CONV(NE);
 1945   CONV(GT);
 1946   CONV(GE);
 1947   CONV(LT);
 1948   CONV(LE);
 1951   case ISD::SETUO: return SystemZ::CCMASK_CMP_UO;
 2136           (CCMask & SystemZ::CCMASK_CMP_UO));
 2513     else if (C.CCMask & SystemZ::CCMASK_CMP_UO)
 2517     C.CCMask &= ~SystemZ::CCMASK_CMP_UO;