Searched refs:COND_NS (Results 1 – 5 of 5) sorted by relevance
90 COND_NS = 9, enumerator321 case X86::COND_NS: in classifySecondCondCodeInMacroFusion()
2781 case X86::COND_S: return X86::COND_NS; in GetOppositeBranchCondition()2782 case X86::COND_NS: return X86::COND_S; in GetOppositeBranchCondition()4524 case X86::COND_S: case X86::COND_NS: in optimizeCompareInstr()
3036 case X86::COND_S: case X86::COND_NS: in mayUseCarryFlag()
5553 return X86::COND_NS; in TranslateX86CC()5561 return X86::COND_NS; in TranslateX86CC()29529 SDValue Ops[] = {N0, Neg, DAG.getTargetConstant(X86::COND_NS, DL, MVT::i8), in LowerABS()31795 CC = X86::COND_NS; in emitCmpArithAtomicRMWIntrinsic()46354 else if (CC == X86::COND_NS && Addend == 1) in combineSetCCAtomicArith()55041 if (CC != X86::COND_S && CC != X86::COND_NS) in combineSubABS()56867 .Case("{@ccns}", X86::COND_NS) in parseConstraintCode()
2759 .Case("ns", X86::COND_NS) // No Sign in ParseConditionCode()