Searched refs:IR3_REG_SABS (Results 1 – 6 of 6) sorted by relevance
79 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()115 if (*dstflags & IR3_REG_SABS) in combine_flags()120 if (srcflags & IR3_REG_SABS) in combine_flags()121 *dstflags |= IR3_REG_SABS; in combine_flags()144 *dstflags &= ~IR3_REG_SABS; in combine_flags()177 if (new_flags & IR3_REG_SABS) { in lower_immed()179 new_flags &= ~IR3_REG_SABS; in lower_immed()434 if (new_flags & IR3_REG_SABS) in reg_cp()447 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
165 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) && in print_reg_name()170 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) in print_reg_name()
247 cat2->src1_abs = !!(src1->flags & (IR3_REG_FABS | IR3_REG_SABS)); in emit_cat2()275 cat2->src2_abs = !!(src2->flags & (IR3_REG_FABS | IR3_REG_SABS)); in emit_cat2()1306 IR3_REG_SNEG | IR3_REG_SABS | in cp_flags()1401 if (flags & (IR3_REG_SABS | IR3_REG_SNEG)) in ir3_valid_flags()
666 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | in is_self_mov()
97 IR3_REG_SABS = 0x200, enumerator1089 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
530 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS); in emit_alu()624 (cond->regs[1]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == IR3_REG_SNEG) { in emit_alu()