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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZ.h 35 const unsigned CCMASK_CMP_LT = CCMASK_1;
37 const unsigned CCMASK_CMP_NE = CCMASK_CMP_LT | CCMASK_CMP_GT;
38 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
SystemZElimCompare.cpp 410 OFImplies = (RHS > 0 ? SystemZ::CCMASK_CMP_LT : SystemZ::CCMASK_CMP_GT);
SystemZInstrInfo.cpp 1874 (CCMask & SystemZ::CCMASK_CMP_GT ? SystemZ::CCMASK_CMP_LT : 0) |
1875 (CCMask & SystemZ::CCMASK_CMP_LT ? SystemZ::CCMASK_CMP_GT : 0) |
SystemZISelLowering.cpp 2067 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_LT) ||
2109 if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_LT)
2114 Value = 128, C.CCMask = SystemZ::CCMASK_CMP_LT;
2369 if (CCMask == SystemZ::CCMASK_CMP_LT)
2397 if (CCMask == SystemZ::CCMASK_CMP_LT)
2409 if (CCMask == SystemZ::CCMASK_CMP_LT)
3010 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT);
8108 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_LT)

Completed in 33 milliseconds