Home
last modified time | relevance | path

Searched refs:absneg (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py103 halfswizzle = False, widen = False, lanes = False, combine = False, lane = None, absneg = False, notted = False, name = ""):
104 self.is_float = is_float or absneg
107 self.absneg = absneg
119 if absneg:
158 self.absneg = False
233 absneg = el.get('absneg', False),
H A Dva_lower_constants.c120 if (info.absneg && info.size == VA_SIZE_32) { in va_resolve_constant()
126 if (info.absneg && info.size == VA_SIZE_16) { in va_resolve_constant()
139 if (info.absneg) { in va_resolve_constant()
166 if (info.absneg) { in va_resolve_constant()
H A Dvalhall.h76 bool absneg : 1; member
H A Dva_pack.c465 } else if (src_info.absneg) { in va_pack_alu()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_mod_props.c136 bool absneg = mod->src[0].neg || mod->src[0].abs; in bi_fuse_discard_fcmp()
137 absneg |= mod->src[1].neg || mod->src[1].abs; in bi_fuse_discard_fcmp()
139 if (arch <= 8 && absneg) return; in bi_fuse_discard_fcmp()
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c205 OPC(2, OPC_ABSNEG_F, absneg.f),
222 OPC(2, OPC_ABSNEG_S, absneg.s),

Completed in 5 milliseconds