Home
last modified time | relevance | path

Searched refs:vec_cpsgn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c335 res_vf = vec_cpsgn(vf, vf); in test1()
339 res_vd = vec_cpsgn(vd, vd); in test1()
2224 vec_cpsgn(a, b); in test_vector_cpsgn_float()
2233 vec_cpsgn(a, b); in test_vector_cpsgn_double()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3186 static __inline__ vector float __ATTRS_o_ai vec_cpsgn(vector float __a, in vec_cpsgn() function
3191 static __inline__ vector double __ATTRS_o_ai vec_cpsgn(vector double __a, in vec_cpsgn() function