Home
last modified time | relevance | path

Searched refs:v_sqrt_f64 (Results 1 – 8 of 8) sorted by relevance

/external/arm-optimized-routines/pl/math/
Dv_acosh_3u5.c40 return log1p_inline (xm1 + v_sqrt_f64 (u)); in V_NAME()
Dv_asinh_3u5.c119 option_1 = log_inline (xm + v_sqrt_f64 (xm * xm + 1)); in V_NAME()
Dv_math.h393 v_sqrt_f64 (v_f64_t x) in v_sqrt_f64() function
775 v_sqrt_f64 (v_f64_t x) in v_sqrt_f64() function
/external/llvm/test/MC/AMDGPU/
Dvop1.s210 v_sqrt_f64 v[1:2], v[2:3] label
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.rcp.ll104 ; SI: v_sqrt_f64
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP1Instructions.td233 defm V_SQRT_F64 : VOP1Inst <"v_sqrt_f64", VOP_F64_F64, fsqrt>;
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1343 defm V_SQRT_F64 : VOP1Inst <vop1<0x34, 0x28>, "v_sqrt_f64",
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1997 emit_vop1_instruction(ctx, instr, aco_opcode::v_sqrt_f64, dst); in visit_alu_instr()