Home
last modified time | relevance | path

Searched refs:CCMASK_CMP_LE (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZ.h39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT; variable
DSystemZISelLowering.cpp1124 (Value == -1 && C.CCMask == SystemZ::CCMASK_CMP_LE) || in adjustZeroCmp()
1432 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond()
1448 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond()
1460 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond()
1519 if (NewC.CCMask == SystemZ::CCMASK_CMP_LE || in adjustForTestUnderMask()
3524 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter()
3527 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter()
3530 SystemZ::CCMASK_CMP_LE, 64); in EmitInstrWithCustomInserter()
3544 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter()
3547 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter()
[all …]