Searched refs:vec_vslo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 4180 res_vsc = vec_vslo(vsc, vsc); in test6() 4184 res_vsc = vec_vslo(vsc, vuc); in test6() 4188 res_vuc = vec_vslo(vuc, vsc); in test6() 4196 res_vs = vec_vslo(vs, vsc); in test6() 4200 res_vs = vec_vslo(vs, vuc); in test6() 4212 res_vp = vec_vslo(vp, vsc); in test6() 4216 res_vp = vec_vslo(vp, vuc); in test6() 4220 res_vi = vec_vslo(vi, vsc); in test6() 4224 res_vi = vec_vslo(vi, vuc); in test6() 4236 res_vf = vec_vslo(vf, vsc); in test6() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 9988 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo() function 9994 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo() function 10000 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo() function 10006 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo() function 10011 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 10022 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo() function 10028 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo() function 10043 static __inline__ vector int __ATTRS_o_ai vec_vslo(vector int __a, in vec_vslo() function 10048 static __inline__ vector int __ATTRS_o_ai vec_vslo(vector int __a, in vec_vslo() function 10054 vec_vslo(vector unsigned int __a, vector signed char __b) { in vec_vslo() function [all …]
|