Searched refs:COND_GT (Results 1 – 18 of 18) sorted by relevance
43 #define COND_GT 0xC // Greater than Greater than Z == 0 and N … macro64 case COND_GT: return "gt"; in ARMCondCodeToString()
119 cond = COND_GT; in _mesa_parse_cc()
96 #define COND_GT 1 /**< greater than zero */ macro
422 return COND_GT; in generate_cc()440 case COND_GE: return (condCode == COND_GT || condCode == COND_EQ); in test_cc()442 case COND_GT: return (condCode == COND_GT); in test_cc()
550 case COND_GT: return "GT"; in _mesa_condcode_string()
674 dstReg->CondMask = COND_GT; in Parse_CondCodeMask()
49 def COND_GT : PatLeaf <
282 COND_GT))]
120 [(set VCCReg:$dst, (setcc (f32 AllReg_32:$src0), VReg_32:$src1, COND_GT))]
89 #define COND_GT 0xC macro644 case COND_GT: // (0xC) in ConditionPassed()