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

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h243 #define vec_subs __builtin_vec_subs macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h11176 vec_subs(vector signed char __a, vector signed char __b) { function
11181 vec_subs(vector bool char __a, vector signed char __b) { function
11186 vec_subs(vector signed char __a, vector bool char __b) { function
11191 vec_subs(vector unsigned char __a, vector unsigned char __b) { function
11196 vec_subs(vector bool char __a, vector unsigned char __b) { function
11201 vec_subs(vector unsigned char __a, vector bool char __b) { function
11205 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, function
11210 static __inline__ vector short __ATTRS_o_ai vec_subs(vector bool short __a, function
11215 static __inline__ vector short __ATTRS_o_ai vec_subs(vecto function
11221 vec_subs(vector unsigned short __a, vector unsigned short __b) { function
11226 vec_subs(vector bool short __a, vector unsigned short __b) { function
11231 vec_subs(vector unsigned short __a, vector bool short __b) { function
11235 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, function
11240 static __inline__ vector int __ATTRS_o_ai vec_subs(vector bool int __a, function
11245 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, function
11251 vec_subs(vector unsigned int __a, vector unsigned int __b) { function
11256 vec_subs(vector bool int __a, vector unsigned int __b) { function
11261 vec_subs(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 219 milliseconds