Searched refs:absneg (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| H A D | valhall.py | 101 def __init__(self, index, size, is_float = False, swizzle = False, widen = False, lanes = False, lane = None, absneg = False, notted = False, name = ""): 102 self.is_float = is_float or absneg 104 self.absneg = absneg 114 if absneg: 146 self.absneg = False 210 absneg = el.get('absneg', False),
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_mod_props.c | 136 bool absneg = mod->src[0].neg || mod->src[0].abs; local in function:bi_fuse_discard_fcmp 137 absneg |= mod->src[1].neg || mod->src[1].abs; 139 if (arch <= 8 && absneg) return;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.c | 212 unsigned absneg = ir3_cat2_absneg(instr->opc); local in function:emit_cat2 232 IR3_REG_HALF | absneg); 244 absneg); 258 IR3_REG_HALF | absneg); 270 absneg); 303 unsigned absneg = ir3_cat3_absneg(instr->opc); local in function:emit_cat3 342 IR3_REG_HALF | absneg); 353 IR3_REG_R | IR3_REG_HALF | absneg); 359 IR3_REG_CONST | IR3_REG_R | IR3_REG_HALF | absneg); 367 IR3_REG_HALF | absneg); [all...] |
| H A D | disasm-a3xx.c | 95 fprintf(ctx->out, "(absneg)"); 893 OPC(2, OPC_ABSNEG_F, absneg.f), 910 OPC(2, OPC_ABSNEG_S, absneg.s),
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | isaspec.rst | 139 <bitset name="absneg.f" extends="#instruction-cat2-1src"> 143 In this example, ``absneg.f`` is a concrete cat2 instruction (leaf node of 178 <field name="ABSNEG" low="14" high="15" type="#absneg"/>
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | disasm-a3xx.c | 205 OPC(2, OPC_ABSNEG_F, absneg.f), 222 OPC(2, OPC_ABSNEG_S, absneg.s),
|
Completed in 7 milliseconds