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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_cp.c230 static void combine_flags(unsigned *dstflags, struct ir3_instruction *src) argument
237 if (*dstflags & IR3_REG_FABS)
239 if (*dstflags & IR3_REG_SABS)
243 *dstflags |= IR3_REG_FABS;
245 *dstflags |= IR3_REG_SABS;
247 *dstflags ^= IR3_REG_FNEG;
249 *dstflags ^= IR3_REG_SNEG;
251 *dstflags ^= IR3_REG_BNOT;
253 *dstflags &= ~IR3_REG_SSA;
254 *dstflags |
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cp.c114 combine_flags(unsigned *dstflags, struct ir3_instruction *src) argument
121 if (*dstflags & IR3_REG_FABS)
123 if (*dstflags & IR3_REG_SABS)
127 *dstflags |= IR3_REG_FABS;
129 *dstflags |= IR3_REG_SABS;
131 *dstflags ^= IR3_REG_FNEG;
133 *dstflags ^= IR3_REG_SNEG;
135 *dstflags ^= IR3_REG_BNOT;
137 *dstflags &= ~IR3_REG_SSA;
138 *dstflags |
[all...]

Completed in 3 milliseconds