Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c83 if (src->flags & (IR3_REG_FABS | IR3_REG_FNEG | IR3_REG_SABS | in is_eligible_mov()
121 if (*dstflags & IR3_REG_FABS) in combine_flags()
126 if (srcflags & IR3_REG_FABS) in combine_flags()
127 *dstflags |= IR3_REG_FABS; in combine_flags()
190 if (new_flags & IR3_REG_FABS) { in lower_immed()
192 new_flags &= ~IR3_REG_FABS; in lower_immed()
Dir3_print.c231 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) && in print_reg_name()
236 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) in print_reg_name()
Dir3_postsched.c716 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT)) in is_self_mov()
Dir3.h121 IR3_REG_FABS = 0x080, enumerator
1290 return IR3_REG_FABS | IR3_REG_FNEG; in ir3_cat2_absneg()
Dir3.c779 flags &= (IR3_REG_CONST | IR3_REG_IMMED | IR3_REG_FNEG | IR3_REG_FABS | in cp_flags()
Dir3_parser.y57 #define IR3_REG_ABS IR3_REG_FABS
Dir3_compiler_nir.c439 dst[0] = ir3_ABSNEG_F(b, src[0], IR3_REG_FABS); in emit_alu()
/third_party/mesa3d/src/freedreno/isa/
Dencode.c136 if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) { in extract_ABSNEG()
141 } else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) { in extract_ABSNEG()