Searched refs:IR3_REG_SNEG (Results 1 – 7 of 7) sorted by relevance
84 IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()124 srcflags &= ~IR3_REG_SNEG; in combine_flags()132 if (srcflags & IR3_REG_SNEG) in combine_flags()133 *dstflags ^= IR3_REG_SNEG; in combine_flags()195 if (new_flags & IR3_REG_SNEG) { in lower_immed()197 new_flags &= ~IR3_REG_SNEG; in lower_immed()464 if (new_flags & IR3_REG_SNEG) in reg_cp()472 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
232 (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT))) in print_reg_name()234 else if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) 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()
423 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()432 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()588 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()651 (cond->srcs[0]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == in emit_alu()652 IR3_REG_SNEG) { in emit_alu()
122 IR3_REG_SNEG = 0x100, enumerator1311 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
135 if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) { in extract_ABSNEG()