Searched refs:IR3_COND_NE (Results 1 – 5 of 5) sorted by relevance
106 (cmp->cat2.condition == IR3_COND_NE) && in is_foldable_double_cmp()
402 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()412 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()510 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()632 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()2036 cond->cat2.condition = IR3_COND_NE; in emit_intrinsic()2069 cond->cat2.condition = IR3_COND_NE; in emit_intrinsic()
517 cond->cat2.condition = IR3_COND_NE; in ir3_get_predicate()
907 | T_NE { instr->cat2.condition = IR3_COND_NE; }
326 IR3_COND_NE = 5, enumerator