Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZ.h40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
H A DSystemZISelLowering.cpp1127 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp()
1169 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp()
1429 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
1453 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
1469 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
3531 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter()
3534 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter()
3537 SystemZ::CCMASK_CMP_GE, 64); in EmitInstrWithCustomInserter()
3551 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter()
3554 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter()
[all …]