Searched refs:vec_vsel (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 3305 res_vsc = vec_vsel(vsc, vsc, vuc); in test6() 3315 res_vsc = vec_vsel(vsc, vsc, vbc); in test6() 3325 res_vuc = vec_vsel(vuc, vuc, vuc); in test6() 3335 res_vuc = vec_vsel(vuc, vuc, vbc); in test6() 3345 res_vbc = vec_vsel(vbc, vbc, vuc); in test6() 3365 res_vs = vec_vsel(vs, vs, vus); in test6() 3375 res_vs = vec_vsel(vs, vs, vbs); in test6() 3425 res_vi = vec_vsel(vi, vi, vui); in test6() 3435 res_vi = vec_vsel(vi, vi, vbi); in test6() 3485 res_vf = vec_vsel(vf, vf, vui); in test6() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 8750 static __inline__ vector signed char __ATTRS_o_ai vec_vsel( in vec_vsel() function 8761 vec_vsel(vector unsigned char __a, vector unsigned char __b, in vec_vsel() function 8766 static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel( in vec_vsel() function 8787 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a, in vec_vsel() function 8794 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel() function 8800 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel() function 8806 static __inline__ vector bool short __ATTRS_o_ai vec_vsel( in vec_vsel() function 8816 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a, in vec_vsel() function 8822 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a, in vec_vsel() function 8828 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel( in vec_vsel() function [all …]
|