Searched refs:COND_LT (Results 1 – 10 of 10) sorted by relevance
42 #define COND_LT 0xB // Less than Less than, or unordered N != V macro63 case COND_LT: return "lt"; in ARMCondCodeToString()
127 cond = COND_LT; in _mesa_parse_cc()
98 #define COND_LT 3 /**< less than zero */ macro
424 return COND_LT; in generate_cc()439 case COND_LT: return (condCode == COND_LT); in test_cc()441 case COND_LE: return (condCode == COND_LT || condCode == COND_EQ); in test_cc()
552 case COND_LT: return "LT"; in _mesa_condcode_string()
678 dstReg->CondMask = COND_LT; in Parse_CondCodeMask()
63 def COND_LT : PatLeaf <
1181 (selectcc (f32 R600_Reg32:$src0), R600_Reg32:$src1, FP_ONE, FP_ZERO, COND_LT),
111 [(set VCCReg:$dst, (setcc (f32 AllReg_32:$src0), VReg_32:$src1, COND_LT))]
88 #define COND_LT 0xB macro641 case COND_LT: // (0xB) in ConditionPassed()