Searched refs:dstflags (Results 1 – 1 of 1) sorted by relevance
208 static void combine_flags(unsigned *dstflags, struct ir3_instruction *src) in combine_flags() argument215 if (*dstflags & IR3_REG_FABS) in combine_flags()217 if (*dstflags & IR3_REG_SABS) in combine_flags()221 *dstflags |= IR3_REG_FABS; in combine_flags()223 *dstflags |= IR3_REG_SABS; in combine_flags()225 *dstflags ^= IR3_REG_FNEG; in combine_flags()227 *dstflags ^= IR3_REG_SNEG; in combine_flags()229 *dstflags ^= IR3_REG_BNOT; in combine_flags()231 *dstflags &= ~IR3_REG_SSA; in combine_flags()232 *dstflags |= srcflags & IR3_REG_SSA; in combine_flags()[all …]