Home
last modified time | relevance | path

Searched refs:vec_rsqrte (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c859 res_vf = vec_rsqrte(vf); in test1()
863 res_vd = vec_rsqrte(vd); in test1()
Dbuiltins-ppc-altivec.c2917 res_vf = vec_rsqrte(vf); in test6()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c874 res_vf = vec_rsqrte(vf); in test1()
878 res_vd = vec_rsqrte(vd); in test1()
Dbuiltins-ppc-altivec.c3090 res_vf = vec_rsqrte(vf); in test6()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h365 return (vec_rsqrte (__A)); in _mm_rsqrt_ps()
394 c = vec_rsqrte (a); in _mm_rsqrt_ss()
/external/clang/lib/Headers/
Daltivec.h6420 static __inline__ vector float __ATTRS_o_ai vec_rsqrte(vector float __a) { in vec_rsqrte() function
6429 static __inline__ vector double __ATTRS_o_ai vec_rsqrte(vector double __a) { in vec_rsqrte() function
/external/llvm-project/clang/lib/Headers/
Daltivec.h8117 static __inline__ vector float __ATTRS_o_ai vec_rsqrte(vector float __a) { in vec_rsqrte() function
8126 static __inline__ vector double __ATTRS_o_ai vec_rsqrte(vector double __a) { in vec_rsqrte() function