Home
last modified time | relevance | path

Searched refs:IR3_REG_SABS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_cp.c79 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()
115 if (*dstflags & IR3_REG_SABS) in combine_flags()
120 if (srcflags & IR3_REG_SABS) in combine_flags()
121 *dstflags |= IR3_REG_SABS; in combine_flags()
144 *dstflags &= ~IR3_REG_SABS; in combine_flags()
177 if (new_flags & IR3_REG_SABS) { in lower_immed()
179 new_flags &= ~IR3_REG_SABS; in lower_immed()
434 if (new_flags & IR3_REG_SABS) in reg_cp()
447 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
Dir3_print.c165 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) && in print_reg_name()
170 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) in print_reg_name()
Dir3.c247 cat2->src1_abs = !!(src1->flags & (IR3_REG_FABS | IR3_REG_SABS)); in emit_cat2()
275 cat2->src2_abs = !!(src2->flags & (IR3_REG_FABS | IR3_REG_SABS)); in emit_cat2()
1306 IR3_REG_SNEG | IR3_REG_SABS | in cp_flags()
1401 if (flags & (IR3_REG_SABS | IR3_REG_SNEG)) in ir3_valid_flags()
Dir3_postsched.c666 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | in is_self_mov()
Dir3.h97 IR3_REG_SABS = 0x200, enumerator
1089 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
Dir3_compiler_nir.c530 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS); in emit_alu()
624 (cond->regs[1]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == IR3_REG_SNEG) { in emit_alu()