Searched refs:IR3_REG_FABS (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_cp.c65 if (src->flags & (IR3_REG_FABS | IR3_REG_FNEG |
82 IR3_REG_FNEG | IR3_REG_FABS |
145 if (flags & (IR3_REG_FABS | IR3_REG_FNEG |
165 if (flags & (IR3_REG_FABS | IR3_REG_FNEG |
237 if (*dstflags & IR3_REG_FABS)
242 if (srcflags & IR3_REG_FABS)
243 *dstflags |= IR3_REG_FABS;
286 if (new_flags & IR3_REG_FABS) {
288 new_flags &= ~IR3_REG_FABS;
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.c248 cat2->src1_abs = !!(src1->flags & (IR3_REG_FABS | IR3_REG_SABS));
275 cat2->src2_abs = !!(src2->flags & (IR3_REG_FABS | IR3_REG_SABS));
411 IR3_REG_FABS | IR3_REG_R | IR3_REG_HALF);
417 IR3_REG_CONST | IR3_REG_FNEG | IR3_REG_FABS |
423 IR3_REG_IMMED | IR3_REG_FNEG | IR3_REG_FABS |
429 cat4->src_abs = !!(src->flags & IR3_REG_FABS);
H A Dir3.h83 IR3_REG_FABS = 0x080, enumerator in enum:ir3_register::__anond9a07c730103
878 return IR3_REG_FABS | IR3_REG_FNEG;
H A Dir3_compiler_nir.c412 dst[0] = ir3_ABSNEG_F(b, src[0], IR3_REG_FABS);
/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 |
121 if (*dstflags & IR3_REG_FABS)
126 if (srcflags & IR3_REG_FABS)
127 *dstflags |= IR3_REG_FABS;
190 if (new_flags & IR3_REG_FABS) {
192 new_flags &= ~IR3_REG_FABS;
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_postsched.c716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT))
H A Dir3.h121 IR3_REG_FABS = 0x080, enumerator in enum:ir3_register::__anon3fdcb7e60103
1290 return IR3_REG_FABS | IR3_REG_FNEG;
H A Dir3.c779 flags &= (IR3_REG_CONST | IR3_REG_IMMED | IR3_REG_FNEG | IR3_REG_FABS |
H A Dir3_parser.y57 #define IR3_REG_ABS IR3_REG_FABS
H A Dir3_compiler_nir.c439 dst[0] = ir3_ABSNEG_F(b, src[0], IR3_REG_FABS);
/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 24 milliseconds