Searched refs:vec_cpsgn (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 203 res_vf = vec_cpsgn(vf, vf); in test1() 207 res_vd = vec_cpsgn(vd, vd); in test1() 1862 vec_cpsgn(a, b); in test_vector_cpsgn_float() 1873 vec_cpsgn(a, b); in test_vector_cpsgn_double()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 188 res_vf = vec_cpsgn(vf, vf); in test1() 192 res_vd = vec_cpsgn(vd, vd); in test1()
|
/external/clang/lib/Headers/ |
D | altivec.h | 1924 static __inline__ vector float __ATTRS_o_ai vec_cpsgn(vector float __a, in vec_cpsgn() function 1929 static __inline__ vector double __ATTRS_o_ai vec_cpsgn(vector double __a, in vec_cpsgn() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 2997 static __inline__ vector float __ATTRS_o_ai vec_cpsgn(vector float __a, in vec_cpsgn() function 3002 static __inline__ vector double __ATTRS_o_ai vec_cpsgn(vector double __a, in vec_cpsgn() function
|