Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c114 combine_flags(unsigned *dstflags, struct ir3_instruction *src) in combine_flags() argument
121 if (*dstflags & IR3_REG_FABS) in combine_flags()
123 if (*dstflags & IR3_REG_SABS) in combine_flags()
127 *dstflags |= IR3_REG_FABS; in combine_flags()
129 *dstflags |= IR3_REG_SABS; in combine_flags()
131 *dstflags ^= IR3_REG_FNEG; in combine_flags()
133 *dstflags ^= IR3_REG_SNEG; in combine_flags()
135 *dstflags ^= IR3_REG_BNOT; in combine_flags()
137 *dstflags &= ~IR3_REG_SSA; in combine_flags()
138 *dstflags |= srcflags & IR3_REG_SSA; in combine_flags()
[all …]