Lines Matching defs:abs
38 sdwa->neg[0] = sdwa->neg[1] = sdwa->abs[0] = sdwa->abs[1] = true;
307 //! v1: %abs = v_mul_f32 1.0, |%b|
308 //! v1: %res3 = v_mul_f32 %a, %abs dst_sel:dword src0_sel:dword src1_sel:ubyte0
310 Temp abs = fabs(inputs[1]);
312 bld.pseudo(ext, bld.def(v1), abs, Operand::zero(), Operand::c32(8u), Operand::zero());
320 //~gfx8! v1: %neg_abs = v_mul_f32 -1.0, %abs
322 //~gfx(9|10)! v1: %neg_abs_byte0 = v_mul_f32 -1.0, %abs dst_sel:ubyte0 src0_sel:dword src1_sel:dword
325 Temp neg_abs = fneg(abs);
390 mul->abs[0] = true;