Searched refs:IR3_REG_BNOT (Results 1 – 6 of 6) sorted by relevance
84 IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()134 if (srcflags & IR3_REG_BNOT) in combine_flags()135 *dstflags ^= IR3_REG_BNOT; in combine_flags()467 if (new_flags & IR3_REG_BNOT) 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()
716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT)) in is_self_mov()
124 IR3_REG_BNOT = 0x400, enumerator1325 return IR3_REG_BNOT; in ir3_cat2_absneg()
780 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | IR3_REG_RELATIV | in cp_flags()
135 if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) { in extract_ABSNEG()