Searched refs:vec_vslo (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 3661 res_vsc = vec_vslo(vsc, vsc); in test6() 3665 res_vsc = vec_vslo(vsc, vuc); in test6() 3669 res_vuc = vec_vslo(vuc, vsc); in test6() 3673 res_vuc = vec_vslo(vuc, vuc); in test6() 3677 res_vs = vec_vslo(vs, vsc); in test6() 3681 res_vs = vec_vslo(vs, vuc); in test6() 3685 res_vus = vec_vslo(vus, vsc); in test6() 3689 res_vus = vec_vslo(vus, vuc); in test6() 3693 res_vp = vec_vslo(vp, vsc); in test6() 3697 res_vp = vec_vslo(vp, vuc); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 5947 vec_vslo(vector signed char __a, vector signed char __b) in vec_vslo() function 5954 vec_vslo(vector signed char __a, vector unsigned char __b) in vec_vslo() function 5961 vec_vslo(vector unsigned char __a, vector signed char __b) in vec_vslo() function 5968 vec_vslo(vector unsigned char __a, vector unsigned char __b) in vec_vslo() function 5975 vec_vslo(vector short __a, vector signed char __b) in vec_vslo() function 5981 vec_vslo(vector short __a, vector unsigned char __b) in vec_vslo() function 5987 vec_vslo(vector unsigned short __a, vector signed char __b) in vec_vslo() function 5994 vec_vslo(vector unsigned short __a, vector unsigned char __b) in vec_vslo() function 6001 vec_vslo(vector pixel __a, vector signed char __b) in vec_vslo() function 6007 vec_vslo(vector pixel __a, vector unsigned char __b) in vec_vslo() function [all …]
|