Searched refs:COND_GE (Results 1 – 18 of 18) sorted by relevance
41 #define COND_GE 0xA // Greater than or equal Greater than or equal N == V macro62 case COND_GE: return "ge"; in ARMCondCodeToString()
28 COND_GE = 4, enumerator
142 CC = MSP430CC::COND_GE; in ReverseBranchCondition()144 case MSP430CC::COND_GE: in ReverseBranchCondition()
871 TCC = MSP430CC::COND_GE; in EmitCMP()881 TCC = MSP430CC::COND_GE; in EmitCMP()
109 case MSP430CC::COND_GE: in printCCOperand()
117 cond = COND_GE; in _mesa_parse_cc()
100 #define COND_GE 5 /**< greater than or equal to zero */ macro
554 case COND_GE: return "GE"; in _mesa_condcode_string()
672 dstReg->CondMask = COND_GE; in Parse_CondCodeMask()
440 case COND_GE: return (condCode == COND_GT || condCode == COND_EQ); in test_cc()
56 def COND_GE : PatLeaf <
289 COND_GE))]
126 [(set VCCReg:$dst, (setcc (f32 AllReg_32:$src0), VReg_32:$src1, COND_GE))]
40 COND_GE = 6, enumerator
3660 case X86::JGE_1: return X86::COND_GE; in getCondFromBranchOpc()3684 case X86::SETGEr: case X86::SETGEm: return X86::COND_GE; in getCondFromSETOpc()3721 return X86::COND_GE; in getCondFromCMovOpc()3760 case X86::COND_GE: return X86::JGE_1; in GetCondBranchFromCond()3781 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition()3784 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition()3806 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition()3808 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition()5102 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
206 case CmpInst::ICMP_SGE: CC = X86::COND_GE; break; in getX86ConditionCode()
4033 case X86::COND_GE: return false; in isX86CCUnsigned()4049 case ISD::SETGE: return X86::COND_GE; in TranslateIntegerX86CC()13778 case X86::COND_G: case X86::COND_GE: in EmitTest()25708 DAG.getConstant(X86::COND_GE, DL, MVT::i8), in performIntegerAbsCombine()
87 #define COND_GE 0xA macro638 case COND_GE: // (0xA) in ConditionPassed()