Searched refs:IR3_REG_SNEG (Results 1 – 6 of 6) sorted by relevance
79 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()116 srcflags &= ~IR3_REG_SNEG; in combine_flags()124 if (srcflags & IR3_REG_SNEG) in combine_flags()125 *dstflags ^= IR3_REG_SNEG; in combine_flags()187 if (new_flags & IR3_REG_SNEG) { in lower_immed()189 new_flags &= ~IR3_REG_SNEG; in lower_immed()437 if (new_flags & IR3_REG_SNEG) in reg_cp()447 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
166 (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT))) in print_reg_name()168 else if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) in print_reg_name()
246 cat2->src1_neg = !!(src1->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)); in emit_cat2()274 cat2->src2_neg = !!(src2->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)); in emit_cat2()356 cat3->src1_neg = !!(src1->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)); in emit_cat3()361 cat3->src2_neg = !!(src2->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)); in emit_cat3()381 cat3->src3_neg = !!(src3->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)); in emit_cat3()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()
96 IR3_REG_SNEG = 0x100, enumerator1089 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
394 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()403 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()563 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()624 (cond->regs[1]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == IR3_REG_SNEG) { in emit_alu()