Searched defs:vec_subs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 9610 vec_subs(vector signed char __a, vector signed char __b) { in vec_subs() function 9615 vec_subs(vector bool char __a, vector signed char __b) { in vec_subs() function 9620 vec_subs(vector signed char __a, vector bool char __b) { in vec_subs() function 9625 vec_subs(vector unsigned char __a, vector unsigned char __b) { in vec_subs() function 9630 vec_subs(vector bool char __a, vector unsigned char __b) { in vec_subs() function 9635 vec_subs(vector unsigned char __a, vector bool char __b) { in vec_subs() function 9639 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, in vec_subs() function 9644 static __inline__ vector short __ATTRS_o_ai vec_subs(vector bool short __a, in vec_subs() function 9649 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, in vec_subs() function 9655 vec_subs(vector unsigned short __a, vector unsigned short __b) { in vec_subs() function [all …]
|