Home
last modified time | relevance | path

Searched refs:IR3_COND_NE (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c106 (cmp->cat2.condition == IR3_COND_NE) && in is_foldable_double_cmp()
Dir3_compiler_nir.c402 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()
Dir3_context.c517 cond->cat2.condition = IR3_COND_NE; in ir3_get_predicate()
Dir3_parser.y907 | T_NE { instr->cat2.condition = IR3_COND_NE; }
Dir3.h326 IR3_COND_NE = 5, enumerator