Searched defs:vec_slo (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 7486 vec_slo(vector signed char __a, vector signed char __b) { in vec_slo() function 7492 vec_slo(vector signed char __a, vector unsigned char __b) { in vec_slo() function 7498 vec_slo(vector unsigned char __a, vector signed char __b) { in vec_slo() function 7504 vec_slo(vector unsigned char __a, vector unsigned char __b) { in vec_slo() function 7509 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo() function 7514 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo() function 7520 vec_slo(vector unsigned short __a, vector signed char __b) { in vec_slo() function 7526 vec_slo(vector unsigned short __a, vector unsigned char __b) { in vec_slo() function 7531 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo() function 7536 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo() function [all …]
|