Home
last modified time | relevance | path

Searched refs:cat2 (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cp.c106 (cmp->cat2.condition == IR3_COND_NE) && in is_foldable_double_cmp()
622 instr->cat2 = cond->cat2; in instr_cp()
H A Dir3_compiler_nir.c476 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
486 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
533 * similar (generating a cat2 mov using max.f) in emit_alu()
572 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
576 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
580 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
584 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
704 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
708 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
712 dst[0]->cat2 in emit_alu()
[all...]
H A Dir3_parser.y959 cond: T_LT { instr->cat2.condition = IR3_COND_LT; }
960 | T_LE { instr->cat2.condition = IR3_COND_LE; }
961 | T_GT { instr->cat2.condition = IR3_COND_GT; }
962 | T_GE { instr->cat2.condition = IR3_COND_GE; }
963 | T_EQ { instr->cat2.condition = IR3_COND_EQ; }
964 | T_NE { instr->cat2.condition = IR3_COND_NE; }
1356 /* cat1 immediates differ slighly in the floating point case from the cat2
H A Dir3_print.c240 cond[instr->cat2.condition & 0x7]); in print_instr_name()
H A Dir3_context.c521 cond->cat2.condition = IR3_COND_NE; in ir3_get_predicate()
H A Dir3.h354 } cat2; member
1311 /* some cat2 instructions (ie. those which are not float) can embed an
1356 /* map cat2 instruction to valid abs/neg flags: */
2239 /* cat2 instructions, most 2 src but some 1 src: */

Completed in 11 milliseconds