HomeSort by: relevance | last modified time | path
    Searched refs:fneg (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.h 94 aco::Temp fneg(aco::Temp src);
test_optimizer.cpp 36 Temp neg_b = fneg(inputs[1]);
43 Temp neg_a = fneg(inputs[0]);
48 Temp neg_neg_a = fneg(neg_a);
59 Temp neg_abs_a = fneg(abs_a);
76 Temp neg_c = fneg(bld.copy(bld.def(v1), inputs[2]));
722 Temp xor0 = fneg(inputs[0]);
724 Temp xor1 = fneg(min);
730 xor1 = fneg(min);
826 "fneg",
907 //; 'fneg': 'v1: %{} = v_mul_f32 -1.0, %{}'
    [all...]
test_sdwa.cpp 289 Temp neg_byte0 = fneg(byte0);
297 Temp neg = fneg(inputs[1]);
317 Temp neg_abs_byte0 = fneg(abs_byte0);
325 Temp neg_abs = fneg(abs);
helpers.cpp 265 Temp fneg(Temp src) function
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_nir_emit.c 65 OP(mov, MOV, X_X_0), OP(fneg, MOV, X_X_0), OP(fabs, MOV, X_X_0), OP(fsat, MOV, X_X_0),
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp 3113 /* check for fneg modifiers */
3129 VOP3P_instruction* fneg = &info.instr->vop3p(); local
3130 if (fneg->clamp)
3132 instr->operands[i] = fneg->operands[0];
3135 * if 0 - pick selection from fneg->lo
3136 * if 1 - pick selection from fneg->hi
3140 bool neg_lo = true ^ fneg->neg_lo[0] ^ fneg->neg_lo[1];
3141 bool neg_hi = true ^ fneg->neg_hi[0] ^ fneg->neg_hi[1]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_compile.c 843 ALU_CASE(fneg, fmov);

Completed in 48 milliseconds