Home
last modified time | relevance | path

Searched refs:IR3_REG_SABS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cp.c64 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()
87 IR3_REG_SNEG | IR3_REG_SABS | in cp_flags()
144 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT)) in valid_flags()
164 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT)) in valid_flags()
173 if (flags & (IR3_REG_SABS | IR3_REG_SNEG)) in valid_flags()
231 if (*dstflags & IR3_REG_SABS) in combine_flags()
236 if (srcflags & IR3_REG_SABS) in combine_flags()
237 *dstflags |= IR3_REG_SABS; in combine_flags()
259 *dstflags &= ~IR3_REG_SABS; in combine_flags()
272 if (new_flags & IR3_REG_SABS) { in lower_immed()
[all …]
Dir3_print.c102 if ((reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) && in print_reg_name()
107 else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS)) in print_reg_name()
Dir3.h80 IR3_REG_SABS = 0x200, enumerator
877 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
Dir3.c226 cat2->src1_abs = !!(src1->flags & (IR3_REG_FABS | IR3_REG_SABS)); in emit_cat2()
254 cat2->src2_abs = !!(src2->flags & (IR3_REG_FABS | IR3_REG_SABS)); in emit_cat2()
Dir3_compiler_nir.c808 return ir3_ABSNEG_S(block, instr, IR3_REG_SABS); in ir3_b2n()
1021 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SABS); in emit_alu()