Searched refs:IR3_REG_SABS (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_cp.c66 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
83 IR3_REG_SNEG | IR3_REG_SABS |
146 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
166 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
175 if (flags & (IR3_REG_SABS | IR3_REG_SNEG))
239 if (*dstflags & IR3_REG_SABS)
244 if (srcflags & IR3_REG_SABS)
245 *dstflags |= IR3_REG_SABS;
268 *dstflags &= ~IR3_REG_SABS;
281 if (new_flags & IR3_REG_SABS) {
[all...]
H A Dir3_print.c95 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) &&
100 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS))
H A Dir3.h85 IR3_REG_SABS = 0x200, enumerator in enum:ir3_register::__anond9a07c730103
899 return IR3_REG_SABS | IR3_REG_SNEG;
H A Dir3.c248 cat2->src1_abs = !!(src1->flags & (IR3_REG_FABS | IR3_REG_SABS));
275 cat2->src2_abs = !!(src2->flags & (IR3_REG_FABS | IR3_REG_SABS));
H A Dir3_compiler_nir.c148 return ir3_ABSNEG_S(block, instr, IR3_REG_SABS);
521 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cp.c83 if (src->flags & (IR3_REG_FABS | IR3_REG_FNEG | IR3_REG_SABS |
123 if (*dstflags & IR3_REG_SABS)
128 if (srcflags & IR3_REG_SABS)
129 *dstflags |= IR3_REG_SABS;
152 *dstflags &= ~IR3_REG_SABS;
185 if (new_flags & IR3_REG_SABS) {
187 new_flags &= ~IR3_REG_SABS;
472 if (new_flags & IR3_REG_SABS)
483 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT);
H A Dir3_print.c231 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) &&
236 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS))
H A Dir3.c780 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | IR3_REG_RELATIV |
904 if (flags & (IR3_REG_SABS | IR3_REG_SNEG))
H A Dir3_postsched.c716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT))
H A Dir3.h123 IR3_REG_SABS = 0x200, enumerator in enum:ir3_register::__anon3fdcb7e60103
1311 return IR3_REG_SABS | IR3_REG_SNEG;
H A Dir3_compiler_nir.c551 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS);
651 (cond->srcs[0]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) ==
/xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
H A Dencode.c136 if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) {
141 } else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) {

Completed in 21 milliseconds