Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c83 if (src->flags & (IR3_REG_FABS | IR3_REG_FNEG | IR3_REG_SABS | in is_eligible_mov()
123 if (*dstflags & IR3_REG_SABS) in combine_flags()
128 if (srcflags & IR3_REG_SABS) in combine_flags()
129 *dstflags |= IR3_REG_SABS; in combine_flags()
152 *dstflags &= ~IR3_REG_SABS; in combine_flags()
185 if (new_flags & IR3_REG_SABS) { in lower_immed()
187 new_flags &= ~IR3_REG_SABS; in lower_immed()
461 if (new_flags & IR3_REG_SABS) in reg_cp()
472 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
Dir3_print.c231 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) && in print_reg_name()
236 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) in print_reg_name()
Dir3.c780 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | IR3_REG_RELATIV | in cp_flags()
904 if (flags & (IR3_REG_SABS | IR3_REG_SNEG)) in ir3_valid_flags()
Dir3_postsched.c716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT)) in is_self_mov()
Dir3.h123 IR3_REG_SABS = 0x200, enumerator
1311 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
Dir3_compiler_nir.c551 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS); in emit_alu()
651 (cond->srcs[0]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == in emit_alu()
/third_party/mesa3d/src/freedreno/isa/
Dencode.c136 if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) { in extract_ABSNEG()
141 } else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) { in extract_ABSNEG()