HomeSort by: relevance | last modified time | path
    Searched refs:IR3_REG_BNOT (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_cp.c 66 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
84 IR3_REG_BNOT | IR3_REG_RELATIV);
146 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
166 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
250 if (srcflags & IR3_REG_BNOT)
251 *dstflags ^= IR3_REG_BNOT;
495 if (new_flags & IR3_REG_BNOT)
501 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT);
ir3_print.c 96 (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)))
98 else if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT))
ir3.c 247 cat2->src1_neg = !!(src1->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
274 cat2->src2_neg = !!(src2->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
356 cat3->src1_neg = !!(src1->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
361 cat3->src2_neg = !!(src2->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
381 cat3->src3_neg = !!(src3->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
ir3.h 86 IR3_REG_BNOT = 0x400,
913 return IR3_REG_BNOT;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_cp.c 84 IR3_REG_SNEG | IR3_REG_BNOT))
134 if (srcflags & IR3_REG_BNOT)
135 *dstflags ^= IR3_REG_BNOT;
478 if (new_flags & IR3_REG_BNOT)
483 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT);
ir3_print.c 232 (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)))
234 else if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT))
ir3_postsched.c 716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT))
ir3.h 124 IR3_REG_BNOT = 0x400,
1325 return IR3_REG_BNOT;
ir3.c 780 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | IR3_REG_RELATIV |
  /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
encode.c 135 if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) {

Completed in 11 milliseconds