Searched refs:vec_vslo (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 3885 res_vsc = vec_vslo(vsc, vsc); in test6() 3889 res_vsc = vec_vslo(vsc, vuc); in test6() 3893 res_vuc = vec_vslo(vuc, vsc); in test6() 3897 res_vuc = vec_vslo(vuc, vuc); in test6() 3901 res_vs = vec_vslo(vs, vsc); in test6() 3905 res_vs = vec_vslo(vs, vuc); in test6() 3909 res_vus = vec_vslo(vus, vsc); in test6() 3913 res_vus = vec_vslo(vus, vuc); in test6() 3917 res_vp = vec_vslo(vp, vsc); in test6() 3921 res_vp = vec_vslo(vp, vuc); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 7473 static vector signed char __ATTRS_o_ai vec_vslo(vector signed char __a, in vec_vslo() function 7479 static vector signed char __ATTRS_o_ai vec_vslo(vector signed char __a, in vec_vslo() function 7485 static vector unsigned char __ATTRS_o_ai vec_vslo(vector unsigned char __a, in vec_vslo() function 7491 static vector unsigned char __ATTRS_o_ai vec_vslo(vector unsigned char __a, in vec_vslo() function 7497 static vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 7502 static vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 7507 static vector unsigned short __ATTRS_o_ai vec_vslo(vector unsigned short __a, in vec_vslo() function 7513 static vector unsigned short __ATTRS_o_ai vec_vslo(vector unsigned short __a, in vec_vslo() function 7519 static vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function 7524 static vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function [all …]
|