Searched defs:vec_vslo (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 7576 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo() function 7582 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo() function 7588 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo() function 7594 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo() function 7599 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 7604 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 7610 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo() function 7616 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo() function 7621 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function 7626 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function [all …]
|