HomeSort by relevance Sort by last modified time
    Searched refs:CCMASK_CMP_EQ (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZ.h 35 const unsigned CCMASK_CMP_EQ = CCMASK_0;
39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT;
SystemZElimCompare.cpp 244 ReusableCCMask &= SystemZ::CCMASK_CMP_EQ;
SystemZISelLowering.cpp     [all...]

Completed in 27 milliseconds