Home
last modified time | relevance | path

Searched refs:IR3_REG_SNEG (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cp.c84 IR3_REG_SNEG | IR3_REG_BNOT)) in is_eligible_mov()
124 srcflags &= ~IR3_REG_SNEG; in combine_flags()
132 if (srcflags & IR3_REG_SNEG) in combine_flags()
133 *dstflags ^= IR3_REG_SNEG; in combine_flags()
195 if (new_flags & IR3_REG_SNEG) { in lower_immed()
197 new_flags &= ~IR3_REG_SNEG; in lower_immed()
496 if (new_flags & IR3_REG_SNEG) in reg_cp()
504 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT); in reg_cp()
H A Dir3_print.c278 (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT))) in print_reg_name()
280 else if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) in print_reg_name()
H A Dir3.c855 IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT | IR3_REG_RELATIV | in cp_flags()
1004 if (flags & (IR3_REG_SABS | IR3_REG_SNEG)) in ir3_valid_flags()
H A Dir3_postsched.c715 IR3_REG_FABS | IR3_REG_SNEG | IR3_REG_SABS | IR3_REG_BNOT)) in is_self_mov()
H A Dir3_compiler_nir.c497 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()
506 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()
670 dst[0] = ir3_ABSNEG_S(b, src[0], IR3_REG_SNEG); in emit_alu()
735 (cond->srcs[0]->flags & (IR3_REG_SNEG | IR3_REG_SABS)) == in emit_alu()
736 IR3_REG_SNEG) { in emit_alu()
H A Dir3.h124 IR3_REG_SNEG = 0x100, enumerator
1396 return IR3_REG_SABS | IR3_REG_SNEG; in ir3_cat2_absneg()
/third_party/mesa3d/src/freedreno/isa/
H A Dencode.c135 if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)) { in extract_ABSNEG()

Completed in 14 milliseconds