Home
last modified time | relevance | path

Searched refs:vec_cts (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daltivec-ct.c47 return vec_cts(x, 0); in test7()
53 return vec_cts(x, 0); in test8()
Dbuiltins-ppc-error.c64vec_cts(vf, index); //expected-error {{argument to '__builtin_altivec_vctsxs' must be a constant i… in testCTS()
Dbuiltins-ppc-vsx.c1068 res_vsll = vec_cts(vd, 0); in test1()
1074 res_vsll = vec_cts(vd, 31); in test1()
Dbuiltins-ppc-altivec.c1291 res_vi = vec_cts(vf, 0); in test6()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h188 emm0 = vec_cts(fx, 0);
237 return vec_cts(x, 0); // TODO: check clang version. in ConvertToPacket2l()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c1036 res_vsll = vec_cts(vd, 0); in test1()
1042 res_vsll = vec_cts(vd, 31); in test1()
Dbuiltins-ppc-altivec.c1134 res_vi = vec_cts(vf, 0); in test6()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h978 result = (__vector unsigned long long) vec_cts (rounded, 0); in _mm_cvtps_pi32()
1035 result = (__vector unsigned long long) vec_cts (temp, 0); in _mm_cvttps_pi32()
1204 temp = vec_cts (rounded, 0); in _mm_cvtps_pi16()
1221 tmp_i = vec_cts (rounded, 0); in _mm_cvtps_pi8()
Demmintrin.h978 result = vec_cts (rounded, 0); in _mm_cvtps_epi32()
987 result = vec_cts ((__v4sf) __A, 0); in _mm_cvttps_epi32()
/external/clang/lib/Headers/
Daltivec.h1978 static __inline__ vector int __ATTRS_o_ai vec_cts(vector float __a, int __b) { in vec_cts() function
1984 vec_cts(vector double __a, int __b) { in vec_cts() function
/external/llvm-project/clang/lib/Headers/
Daltivec.h3047 #define vec_cts(__a, __b) \ macro
3059 #define vec_cts __builtin_altivec_vctsxs macro