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/
H A 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()
493 if (new_flags & IR3_REG_SABS) in reg_cp()
504 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
H A Dir3_print.c277 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) && in print_reg_name()
282 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) in print_reg_name()
H A Dir3.c855 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | IR3_REG_RELATIV | in cp_flags()
1004 if (flags & (IR3_REG_SABS | IR3_REG_SNEG)) in ir3_valid_flags()
H A Dir3_postsched.c715 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT)) in is_self_mov()
H A Dir3.h125 IR3_REG_SABS = 0x200, enumerator
1396 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
H A Dir3_compiler_nir.c625 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS); in emit_alu()
735 (cond->srcs[0]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == in emit_alu()
/third_party/mesa3d/src/freedreno/isa/
H A 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()

Completed in 15 milliseconds