Searched refs:IR3_REG_SABS (Results 1 – 7 of 7) sorted by relevance
83 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()
231 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()
780 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()
716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT)) in is_self_mov()
123 IR3_REG_SABS = 0x200, enumerator1311 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
551 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()
136 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()