Home
last modified time | relevance | path

Searched refs:dstflags (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cp.c222 static void combine_flags(unsigned *dstflags, struct ir3_instruction *src) in combine_flags() argument
229 if (*dstflags & IR3_REG_FABS) in combine_flags()
231 if (*dstflags & IR3_REG_SABS) in combine_flags()
235 *dstflags |= IR3_REG_FABS; in combine_flags()
237 *dstflags |= IR3_REG_SABS; in combine_flags()
239 *dstflags ^= IR3_REG_FNEG; in combine_flags()
241 *dstflags ^= IR3_REG_SNEG; in combine_flags()
243 *dstflags ^= IR3_REG_BNOT; in combine_flags()
245 *dstflags &= ~IR3_REG_SSA; in combine_flags()
246 *dstflags |= srcflags & IR3_REG_SSA; in combine_flags()
[all …]