Home
last modified time | relevance | path

Searched defs:vec_subs (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Daltivec.h12149 vec_subs(vector signed char __a, vector signed char __b) { in vec_subs() function
12154 vec_subs(vector bool char __a, vector signed char __b) { in vec_subs() function
12159 vec_subs(vector signed char __a, vector bool char __b) { in vec_subs() function
12164 vec_subs(vector unsigned char __a, vector unsigned char __b) { in vec_subs() function
12169 vec_subs(vector bool char __a, vector unsigned char __b) { in vec_subs() function
12174 vec_subs(vector unsigned char __a, vector bool char __b) { in vec_subs() function
12178 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, in vec_subs() function
12183 static __inline__ vector short __ATTRS_o_ai vec_subs(vector bool short __a, in vec_subs() function
12188 static __inline__ vector short __ATTRS_o_ai vec_subs(vecto function
12194 vec_subs(vector unsigned short __a, vector unsigned short __b) { vec_subs() function
12199 vec_subs(vector bool short __a, vector unsigned short __b) { vec_subs() function
12204 vec_subs(vector unsigned short __a, vector bool short __b) { vec_subs() function
12208 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, vec_subs() function
12213 static __inline__ vector int __ATTRS_o_ai vec_subs(vector bool int __a, vec_subs() function
12218 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, vec_subs() function
12224 vec_subs(vector unsigned int __a, vector unsigned int __b) { vec_subs() function
12229 vec_subs(vector bool int __a, vector unsigned int __b) { vec_subs() function
12234 vec_subs(vector unsigned int __a, vector bool int __b) { vec_subs() function
[all...]