Home
last modified time | relevance | path

Searched refs:vec_ctf (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c1060 res_vd = vec_ctf(vsll, 0); in test1()
1066 res_vd = vec_ctf(vsll, 31); in test1()
1072 res_vd = vec_ctf(vull, 0); in test1()
1078 res_vd = vec_ctf(vull, 31); in test1()
Dbuiltins-ppc-altivec.c1117 res_vf = vec_ctf(vi, 0); in test6()
1121 res_vf = vec_ctf(vui, 0); in test6()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h114 Packet4f e = padd(vec_ctf(emm0, 0), p4f_1);
DPacketMath.h77 static Packet4f p4f_ONE = vec_ctf(p4i_ONE, 0); //{ 1.0, 1.0, 1.0, 1.0}
/external/clang/lib/Headers/
Daltivec.h1937 static __inline__ vector float __ATTRS_o_ai vec_ctf(vector int __a, int __b) { in vec_ctf() function
1941 static __inline__ vector float __ATTRS_o_ai vec_ctf(vector unsigned int __a, in vec_ctf() function
1948 vec_ctf(vector unsigned long long __a, int __b) { in vec_ctf() function
1955 vec_ctf(vector signed long long __a, int __b) { in vec_ctf() function
/external/valgrind/none/tests/ppc32/
DtestVMX.c1591 Faux1.v = vec_ctf( Icons1, 2 ); in main()
1603 Faux1.v = vec_ctf( UIcons1, 2 ); in main()