Home | History | Annotate | Download | only in Headers

Lines Matching defs:vec_sub

9192 /* vec_sub */
9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a,
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a,
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a,
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a,
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a,
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a,
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) {
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a,
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a,
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a,
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a,
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a,
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) {
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) {
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) {
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a,
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a,
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a,
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a,
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) {
9294 vec_sub(vector signed long long __a, vector signed long long __b) {
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) {
9304 vec_sub(vector double __a, vector double __b) {
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) {